Html Css Color HEX #BD6D41 Zest

📋 copy color: '#BD6D41'

red 189 ◦ green 109 ◦ blue 65

#BD6D41
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Zest #BD6D41

Tints of Zest #BD6D41

RGB

 RED value IS 189 (74.22% from 255) = 52.07%

 GREEN value IS 109 (42.97% from 255) = 30.03%

 BLUE value IS 65 (25.78% from 255) = 17.91%

R = 52.07%
G = 30.03%
B = 17.91%

CMYK

 C value IS 0

 M value IS 0.42

 Y value IS 0.66

 K value IS 0.26

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

Color information

#BD6D41 (or 0xBD6D41) is known color: Zest. HEX triplet: BD, 6D and 41. RGB value is (189,109,65). Sum of RGB (Red+Green+Blue) = 189+109+65=363 (48% of max value = 765). Red value is 189 (74.22% from 255 or 52.07% from 363); Green value is 109 (42.97% from 255 or 30.03% from 363); Blue value is 65 (25.78% from 255 or 17.91% from 363); Max value from RGB is 189 - color contains mainly: red. Hex color #BD6D41 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #BD6D41 is #4292BE. Grayscale: #808080. Windows color (decimal): -4362943 or 4287933. OLE color: 4287933.

HSL color Cylindrical-coordinate representation of color #BD6D41: hue angle of 21.29º degrees, saturation: 0.49, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #BD6D41 is Cyan = 0, Magento = 0.42, Yellow = 0.66 and Black (K on CMYK) = 0.26.

Color convert

RGB 189 109 65 -
CMYK 0 0.42 0.66 0.26
HSL 21.29º 0.49% 0.5% -
HSV(B) 21.29º 0.66% 0.74% -
XYZ 27.41 22.14 7.83 -
YUV 127.9 92.5 171.58 -
System Red Green Blue C M Y K H S L
Decimal 189 109 65 0 0.42 0.66 0.26 21.29 0.49 0.5
Hex BD 6D 41 0 2A 42 1A 15 31 32
Octal 275 155 101 0 52 102 32 25 61 62
Binary 10111101 1101101 1000001 0 101010 1000010 11010 10101 110001 110010

Color Harmonies of #BD6D41

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BD6D41

Black with #BD6D41

Text Example


Text Example

White with #BD6D41

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BD6D41; }

 p { color: rgb(189,109,65); }

 H1.HeaderClassName
 {
   color: #BD6D41;
 }
 .AnyTagClassName
 {
   color: #BD6D41;
 }
</style>

background-color css

<style>
 a { background-color: #BD6D41; }

 a { background-color: rgb(189,109,65); }

 div.DivClassName
 {
   background-color: #BD6D41;
 }
 .BgClassName
 {
   background-color: #BD6D41;
 }
</style>

border-color css

<style>
 span { border-color: #BD6D41; }

 span { border-color: rgb(189,109,65); }

 td.TdClassName
 {
   border-color: #BD6D41;
 }
 .TagClassName
 {
   border-color: #BD6D41;
 }
</style>