Html Css Color HEX #BD7145 Zest

📋 copy color: '#BD7145'

red 189 ◦ green 113 ◦ blue 69

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

Shades of Zest #BD7145

Tints of Zest #BD7145

RGB

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

 GREEN value IS 113 (44.53% from 255) = 30.46%

 BLUE value IS 69 (27.34% from 255) = 18.6%

R = 50.94%
G = 30.46%
B = 18.6%

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

#BD7145 (or 0xBD7145) is known color: Zest. HEX triplet: BD, 71 and 45. RGB value is (189,113,69). Sum of RGB (Red+Green+Blue) = 189+113+69=371 (49% of max value = 765). Red value is 189 (74.22% from 255 or 50.94% from 371); Green value is 113 (44.53% from 255 or 30.46% from 371); Blue value is 69 (27.34% from 255 or 18.60% from 371); Max value from RGB is 189 - color contains mainly: red. Hex color #BD7145 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #BD7145 is #428EBA. Grayscale: #828282. Windows color (decimal): -4361915 or 4551101. OLE color: 4551101.

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

Color convert

RGB 189 113 69 -
CMYK 0 0.40 0.63 0.26
HSL 22º 0.48% 0.51% -
HSV(B) 22º 0.63% 0.74% -
XYZ 27.97 23.06 8.61 -
YUV 130.71 93.18 169.58 -
System Red Green Blue C M Y K H S L
Decimal 189 113 69 0 0.40 0.63 0.26 22 0.48 0.51
Hex BD 71 45 0 28 3F 1A 16 30 33
Octal 275 161 105 0 50 77 32 26 60 63
Binary 10111101 1110001 1000101 0 101000 111111 11010 10110 110000 110011

Color Harmonies of #BD7145

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BD7145

Black with #BD7145

Text Example


Text Example

White with #BD7145

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BD7145; }

 p { color: rgb(189,113,69); }

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

background-color css

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

 a { background-color: rgb(189,113,69); }

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

border-color css

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

 span { border-color: rgb(189,113,69); }

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