Color Hex Logo

#bf823d Color Hex

#BF823D
(191,130,61)
0 Favorites   0 Comments

Color spaces of #bf823d

RGB 19113061
HSL0.090.520.49
HSV32°68°75°
CMYK 0.000.320.68   0.25
XYZ30.310827.37868.1019
Yxy27.37860.46070.4161
Hunter Lab52.324611.834327.4468
CIE-Lab59.323116.935345.7463

#bf823d color RGB value is (191,130,61).

#bf823d hex color red value is 191, green value is 130 and the blue value of its RGB is 61. Cylindrical-coordinate representations (also known as HSL) of color #bf823d hue: 0.09 , saturation: 0.52 and the lightness value of bf823d is 0.49.

The process color (four color CMYK) of #bf823d color hex is 0.00, 0.32, 0.68, 0.25. Web safe color of #bf823d is #cc9933. Color #bf823d contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10111111 10000010 00111101
Octal 277 202 75
Decimal 191 130 61
Hex BF 82 3D

RGB Percentages of Color #bf823d

%50.00
%34.03
%15.97

CMYK Percentages of Color #bf823d

%0
%32
%68
%25

Triadic Colors of #bf823d

#bf823d #3dbf82 #823dbf

Analogous Colors of #bf823d

#bf823d #bbbf3d #bf413d

Monochromatic Colors of #bf823d

#bf823d

Complementary Color

#bf823d #3d7abf

#bf823d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bf823d Color Preview on White Background

Lorem ipsum dolor sit amet.

#bf823d Color CSS Codes

.mybgcolor {background-color:#bf823d; } 
.myforecolor {color:#bf823d; }
.mybordercolor {border:3px solid #bf823d; }

#bf823d Text Font Color

<p style="color:#bf823d">Text here</p>

This sample text font color is #bf823d
Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat.


#bf823d Background Color

<div style="background-color:#bf823d">
Div content here</div>

This div background color is #bf823d


#bf823d Border Color

<div style="border:3px solid #bf823d">
Div here</div>

This div border color is #bf823d


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(191,130,61, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #bf823d; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #bf823d;
  -webkit-box-shadow: 1px 1px 3px 2px #bf823d;
  box-shadow:         1px 1px 3px 2px #bf823d; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(191,130,61, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

<p style="text-shadow: 4px 4px 2px #bf823d">Text here</p>

This text has shadow with hex values.


Div Box Shadow

<div style="-moz-box-shadow: 1px 1px 3px 2px #bf823d;
  -webkit-box-shadow: 1px 1px 3px 2px #bf823d;
  box-shadow:         1px 1px 3px 2px #bf823d;">
Div content here</div>

This div box has shadow with color #bf823d


Comments

No comments written yet.

Please login to write comment.