Html Css Color HEX #BD7141 Zest

📋 copy color: '#BD7141'

red 189 ◦ green 113 ◦ blue 65

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

Shades of Zest #BD7141

Tints of Zest #BD7141

RGB

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

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

 BLUE value IS 65 (25.78% from 255) = 17.71%

R = 51.5%
G = 30.79%
B = 17.71%

CMYK

 C value IS 0

 M value IS 0.40

 Y value IS 0.66

 K value IS 0.26

RGB Variations

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

Color information

#BD7141 (or 0xBD7141) is known color: Zest. HEX triplet: BD, 71 and 41. RGB value is (189,113,65). Sum of RGB (Red+Green+Blue) = 189+113+65=367 (48% of max value = 765). Red value is 189 (74.22% from 255 or 51.50% from 367); Green value is 113 (44.53% from 255 or 30.79% from 367); Blue value is 65 (25.78% from 255 or 17.71% from 367); Max value from RGB is 189 - color contains mainly: red. Hex color #BD7141 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #BD7141 is #428EBE. Grayscale: #828282. Windows color (decimal): -4361919 or 4288957. OLE color: 4288957.

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

Color convert

RGB 189 113 65 -
CMYK 0 0.40 0.66 0.26
HSL 23.23º 0.49% 0.5% -
HSV(B) 23.23º 0.66% 0.74% -
XYZ 27.85 23.01 7.97 -
YUV 130.25 91.18 169.9 -
System Red Green Blue C M Y K H S L
Decimal 189 113 65 0 0.40 0.66 0.26 23.23 0.49 0.5
Hex BD 71 41 0 28 42 1A 17 31 32
Octal 275 161 101 0 50 102 32 27 61 62
Binary 10111101 1110001 1000001 0 101000 1000010 11010 10111 110001 110010

Color Harmonies of #BD7141

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BD7141

Black with #BD7141

Text Example


Text Example

White with #BD7141

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BD7141; }

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

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

background-color css

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

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

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

border-color css

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

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

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