Html Css Color HEX #BD6C41 Zest

📋 copy color: '#BD6C41'

red 189 ◦ green 108 ◦ blue 65

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

Shades of Zest #BD6C41

Tints of Zest #BD6C41

RGB

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

 GREEN value IS 108 (42.58% from 255) = 29.83%

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

R = 52.21%
G = 29.83%
B = 17.96%

CMYK

 C value IS 0

 M value IS 0.43

 Y value IS 0.66

 K value IS 0.26

RGB Variations

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

Color information

#BD6C41 (or 0xBD6C41) is known color: Zest. HEX triplet: BD, 6C and 41. RGB value is (189,108,65). Sum of RGB (Red+Green+Blue) = 189+108+65=362 (47% of max value = 765). Red value is 189 (74.22% from 255 or 52.21% from 362); Green value is 108 (42.58% from 255 or 29.83% from 362); Blue value is 65 (25.78% from 255 or 17.96% from 362); Max value from RGB is 189 - color contains mainly: red. Hex color #BD6C41 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #BD6C41 is #4293BE. Grayscale: #7F7F7F. Windows color (decimal): -4363199 or 4287677. OLE color: 4287677.

HSL color Cylindrical-coordinate representation of color #BD6C41: hue angle of 20.81º 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 #BD6C41 is Cyan = 0, Magento = 0.43, Yellow = 0.66 and Black (K on CMYK) = 0.26.

Color convert

RGB 189 108 65 -
CMYK 0 0.43 0.66 0.26
HSL 20.81º 0.49% 0.5% -
HSV(B) 20.81º 0.66% 0.74% -
XYZ 27.3 21.93 7.79 -
YUV 127.32 92.84 172 -
System Red Green Blue C M Y K H S L
Decimal 189 108 65 0 0.43 0.66 0.26 20.81 0.49 0.5
Hex BD 6C 41 0 2B 42 1A 15 31 32
Octal 275 154 101 0 53 102 32 25 61 62
Binary 10111101 1101100 1000001 0 101011 1000010 11010 10101 110001 110010

Color Harmonies of #BD6C41

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BD6C41

Black with #BD6C41

Text Example


Text Example

White with #BD6C41

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BD6C41; }

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

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

background-color css

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

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

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

border-color css

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

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

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