Html Css Color HEX #BD7246 Zest

📋 copy color: '#BD7246'

red 189 ◦ green 114 ◦ blue 70

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

Shades of Zest #BD7246

Tints of Zest #BD7246

RGB

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

 GREEN value IS 114 (44.92% from 255) = 30.56%

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

R = 50.67%
G = 30.56%
B = 18.77%

CMYK

 C value IS 0

 M value IS 0.40

 Y value IS 0.63

 K value IS 0.26

RGB Variations

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

Color information

#BD7246 (or 0xBD7246) is known color: Zest. HEX triplet: BD, 72 and 46. RGB value is (189,114,70). Sum of RGB (Red+Green+Blue) = 189+114+70=373 (49% of max value = 765). Red value is 189 (74.22% from 255 or 50.67% from 373); Green value is 114 (44.92% from 255 or 30.56% from 373); Blue value is 70 (27.73% from 255 or 18.77% from 373); Max value from RGB is 189 - color contains mainly: red. Hex color #BD7246 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #BD7246 is #428DB9. Grayscale: #838383. Windows color (decimal): -4361658 or 4616893. OLE color: 4616893.

HSL color Cylindrical-coordinate representation of color #BD7246: hue angle of 22.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 #BD7246 is Cyan = 0, Magento = 0.40, Yellow = 0.63 and Black (K on CMYK) = 0.26.

Color convert

RGB 189 114 70 -
CMYK 0 0.40 0.63 0.26
HSL 22.18º 0.47% 0.51% -
HSV(B) 22.18º 0.63% 0.74% -
XYZ 28.11 23.3 8.81 -
YUV 131.41 93.35 169.08 -
System Red Green Blue C M Y K H S L
Decimal 189 114 70 0 0.40 0.63 0.26 22.18 0.47 0.51
Hex BD 72 46 0 28 3F 1A 16 2F 33
Octal 275 162 106 0 50 77 32 26 57 63
Binary 10111101 1110010 1000110 0 101000 111111 11010 10110 101111 110011

Color Harmonies of #BD7246

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BD7246

Black with #BD7246

Text Example


Text Example

White with #BD7246

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BD7246; }

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

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

background-color css

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

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

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

border-color css

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

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

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