Html Css Color HEX #BD7244 Zest

📋 copy color: '#BD7244'

red 189 ◦ green 114 ◦ blue 68

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

Shades of Zest #BD7244

Tints of Zest #BD7244

RGB

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

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

 BLUE value IS 68 (26.95% from 255) = 18.33%

R = 50.94%
G = 30.73%
B = 18.33%

CMYK

 C value IS 0

 M value IS 0.40

 Y value IS 0.64

 K value IS 0.26

RGB Variations

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

Color information

#BD7244 (or 0xBD7244) is known color: Zest. HEX triplet: BD, 72 and 44. RGB value is (189,114,68). Sum of RGB (Red+Green+Blue) = 189+114+68=371 (49% of max value = 765). Red value is 189 (74.22% from 255 or 50.94% from 371); Green value is 114 (44.92% from 255 or 30.73% from 371); Blue value is 68 (26.95% from 255 or 18.33% from 371); Max value from RGB is 189 - color contains mainly: red. Hex color #BD7244 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #BD7244 is #428DBB. Grayscale: #838383. Windows color (decimal): -4361660 or 4485821. OLE color: 4485821.

HSL color Cylindrical-coordinate representation of color #BD7244: hue angle of 22.81º degrees, saturation: 0.48, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #BD7244 is Cyan = 0, Magento = 0.40, Yellow = 0.64 and Black (K on CMYK) = 0.26.

Color convert

RGB 189 114 68 -
CMYK 0 0.40 0.64 0.26
HSL 22.81º 0.48% 0.5% -
HSV(B) 22.81º 0.64% 0.74% -
XYZ 28.05 23.27 8.48 -
YUV 131.18 92.35 169.24 -
System Red Green Blue C M Y K H S L
Decimal 189 114 68 0 0.40 0.64 0.26 22.81 0.48 0.5
Hex BD 72 44 0 28 40 1A 17 30 32
Octal 275 162 104 0 50 100 32 27 60 62
Binary 10111101 1110010 1000100 0 101000 1000000 11010 10111 110000 110010

Color Harmonies of #BD7244

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BD7244

Black with #BD7244

Text Example


Text Example

White with #BD7244

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BD7244; }

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

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

background-color css

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

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

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

border-color css

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

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

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