Html Css Color HEX #BD6F3C Zest

📋 copy color: '#BD6F3C'

red 189 ◦ green 111 ◦ blue 60

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

Shades of Zest #BD6F3C

Tints of Zest #BD6F3C

RGB

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

 GREEN value IS 111 (43.75% from 255) = 30.83%

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

R = 52.5%
G = 30.83%
B = 16.67%

CMYK

 C value IS 0

 M value IS 0.41

 Y value IS 0.68

 K value IS 0.26

RGB Variations

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

Color information

#BD6F3C (or 0xBD6F3C) is known color: Zest. HEX triplet: BD, 6F and 3C. RGB value is (189,111,60). Sum of RGB (Red+Green+Blue) = 189+111+60=360 (47% of max value = 765). Red value is 189 (74.22% from 255 or 52.5% from 360); Green value is 111 (43.75% from 255 or 30.83% from 360); Blue value is 60 (23.83% from 255 or 16.67% from 360); Max value from RGB is 189 - color contains mainly: red. Hex color #BD6F3C is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #BD6F3C is #4290C3. Grayscale: #808080. Windows color (decimal): -4362436 or 3960765. OLE color: 3960765.

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

Color convert

RGB 189 111 60 -
CMYK 0 0.41 0.68 0.26
HSL 23.72º 0.52% 0.49% -
HSV(B) 23.72º 0.68% 0.74% -
XYZ 27.49 22.51 7.17 -
YUV 128.51 89.34 171.15 -
System Red Green Blue C M Y K H S L
Decimal 189 111 60 0 0.41 0.68 0.26 23.72 0.52 0.49
Hex BD 6F 3C 0 29 44 1A 18 34 31
Octal 275 157 74 0 51 104 32 30 64 61
Binary 10111101 1101111 111100 0 101001 1000100 11010 11000 110100 110001

Color Harmonies of #BD6F3C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BD6F3C

Black with #BD6F3C

Text Example


Text Example

White with #BD6F3C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BD6F3C; }

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

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

background-color css

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

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

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

border-color css

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

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

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