Html Css Color HEX #BD6A3C Zest

📋 copy color: '#BD6A3C'

red 189 ◦ green 106 ◦ blue 60

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

Shades of Zest #BD6A3C

Tints of Zest #BD6A3C

RGB

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

 GREEN value IS 106 (41.8% from 255) = 29.86%

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

R = 53.24%
G = 29.86%
B = 16.9%

CMYK

 C value IS 0

 M value IS 0.44

 Y value IS 0.68

 K value IS 0.26

RGB Variations

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

Color information

#BD6A3C (or 0xBD6A3C) is known color: Zest. HEX triplet: BD, 6A and 3C. RGB value is (189,106,60). Sum of RGB (Red+Green+Blue) = 189+106+60=355 (47% of max value = 765). Red value is 189 (74.22% from 255 or 53.24% from 355); Green value is 106 (41.80% from 255 or 29.86% from 355); Blue value is 60 (23.83% from 255 or 16.90% from 355); Max value from RGB is 189 - color contains mainly: red. Hex color #BD6A3C is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #BD6A3C is #4295C3. Grayscale: #7D7D7D. Windows color (decimal): -4363716 or 3959485. OLE color: 3959485.

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

Color convert

RGB 189 106 60 -
CMYK 0 0.44 0.68 0.26
HSL 21.4º 0.52% 0.49% -
HSV(B) 21.4º 0.68% 0.74% -
XYZ 26.96 21.45 7 -
YUV 125.57 91 173.24 -
System Red Green Blue C M Y K H S L
Decimal 189 106 60 0 0.44 0.68 0.26 21.4 0.52 0.49
Hex BD 6A 3C 0 2C 44 1A 15 34 31
Octal 275 152 74 0 54 104 32 25 64 61
Binary 10111101 1101010 111100 0 101100 1000100 11010 10101 110100 110001

Color Harmonies of #BD6A3C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BD6A3C

Black with #BD6A3C

Text Example


Text Example

White with #BD6A3C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BD6A3C; }

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

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

background-color css

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

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

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

border-color css

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

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

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