Html Css Color HEX #BD7046 Zest

📋 copy color: '#BD7046'

red 189 ◦ green 112 ◦ blue 70

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

Shades of Zest #BD7046

Tints of Zest #BD7046

RGB

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

 GREEN value IS 112 (44.14% from 255) = 30.19%

 BLUE value IS 70 (27.73% from 255) = 18.87%

R = 50.94%
G = 30.19%
B = 18.87%

CMYK

 C value IS 0

 M value IS 0.41

 Y value IS 0.63

 K value IS 0.26

RGB Variations

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

Color information

#BD7046 (or 0xBD7046) is known color: Zest. HEX triplet: BD, 70 and 46. RGB value is (189,112,70). Sum of RGB (Red+Green+Blue) = 189+112+70=371 (49% of max value = 765). Red value is 189 (74.22% from 255 or 50.94% from 371); Green value is 112 (44.14% from 255 or 30.19% from 371); Blue value is 70 (27.73% from 255 or 18.87% from 371); Max value from RGB is 189 - color contains mainly: red. Hex color #BD7046 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #BD7046 is #428FB9. Grayscale: #828282. Windows color (decimal): -4362170 or 4616381. OLE color: 4616381.

HSL color Cylindrical-coordinate representation of color #BD7046: hue angle of 21.18º degrees, saturation: 0.47, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #BD7046 is Cyan = 0, Magento = 0.41, Yellow = 0.63 and Black (K on CMYK) = 0.26.

Color convert

RGB 189 112 70 -
CMYK 0 0.41 0.63 0.26
HSL 21.18º 0.47% 0.51% -
HSV(B) 21.18º 0.63% 0.74% -
XYZ 27.89 22.85 8.73 -
YUV 130.24 94.01 169.92 -
System Red Green Blue C M Y K H S L
Decimal 189 112 70 0 0.41 0.63 0.26 21.18 0.47 0.51
Hex BD 70 46 0 29 3F 1A 15 2F 33
Octal 275 160 106 0 51 77 32 25 57 63
Binary 10111101 1110000 1000110 0 101001 111111 11010 10101 101111 110011

Color Harmonies of #BD7046

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BD7046

Black with #BD7046

Text Example


Text Example

White with #BD7046

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BD7046; }

 p { color: rgb(189,112,70); }

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

background-color css

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

 a { background-color: rgb(189,112,70); }

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

border-color css

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

 span { border-color: rgb(189,112,70); }

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