Html Css Color HEX #BD6C3C Zest

📋 copy color: '#BD6C3C'

red 189 ◦ green 108 ◦ blue 60

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

Shades of Zest #BD6C3C

Tints of Zest #BD6C3C

RGB

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

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

 BLUE value IS 60 (23.83% from 255) = 16.81%

R = 52.94%
G = 30.25%
B = 16.81%

CMYK

 C value IS 0

 M value IS 0.43

 Y value IS 0.68

 K value IS 0.26

RGB Variations

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

Color information

#BD6C3C (or 0xBD6C3C) is known color: Zest. HEX triplet: BD, 6C and 3C. RGB value is (189,108,60). Sum of RGB (Red+Green+Blue) = 189+108+60=357 (47% of max value = 765). Red value is 189 (74.22% from 255 or 52.94% from 357); Green value is 108 (42.58% from 255 or 30.25% from 357); Blue value is 60 (23.83% from 255 or 16.81% from 357); Max value from RGB is 189 - color contains mainly: red. Hex color #BD6C3C is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #BD6C3C is #4293C3. Grayscale: #7F7F7F. Windows color (decimal): -4363204 or 3959997. OLE color: 3959997.

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

Color convert

RGB 189 108 60 -
CMYK 0 0.43 0.68 0.26
HSL 22.33º 0.52% 0.49% -
HSV(B) 22.33º 0.68% 0.74% -
XYZ 27.16 21.87 7.06 -
YUV 126.75 90.34 172.4 -
System Red Green Blue C M Y K H S L
Decimal 189 108 60 0 0.43 0.68 0.26 22.33 0.52 0.49
Hex BD 6C 3C 0 2B 44 1A 16 34 31
Octal 275 154 74 0 53 104 32 26 64 61
Binary 10111101 1101100 111100 0 101011 1000100 11010 10110 110100 110001

Color Harmonies of #BD6C3C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BD6C3C

Black with #BD6C3C

Text Example


Text Example

White with #BD6C3C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BD6C3C; }

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

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

background-color css

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

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

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

border-color css

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

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

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