Html Css Color HEX #BD7140 Zest

📋 copy color: '#BD7140'

red 189 ◦ green 113 ◦ blue 64

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

Shades of Zest #BD7140

Tints of Zest #BD7140

RGB

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

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

 BLUE value IS 64 (25.39% from 255) = 17.49%

R = 51.64%
G = 30.87%
B = 17.49%

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

#BD7140 (or 0xBD7140) is known color: Zest. HEX triplet: BD, 71 and 40. RGB value is (189,113,64). Sum of RGB (Red+Green+Blue) = 189+113+64=366 (48% of max value = 765). Red value is 189 (74.22% from 255 or 51.64% from 366); Green value is 113 (44.53% from 255 or 30.87% from 366); Blue value is 64 (25.39% from 255 or 17.49% from 366); Max value from RGB is 189 - color contains mainly: red. Hex color #BD7140 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #BD7140 is #428EBF. Grayscale: #828282. Windows color (decimal): -4361920 or 4223421. OLE color: 4223421.

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

Color convert

RGB 189 113 64 -
CMYK 0 0.40 0.66 0.26
HSL 23.52º 0.49% 0.5% -
HSV(B) 23.52º 0.66% 0.74% -
XYZ 27.82 23 7.82 -
YUV 130.14 90.68 169.98 -
System Red Green Blue C M Y K H S L
Decimal 189 113 64 0 0.40 0.66 0.26 23.52 0.49 0.5
Hex BD 71 40 0 28 42 1A 18 31 32
Octal 275 161 100 0 50 102 32 30 61 62
Binary 10111101 1110001 1000000 0 101000 1000010 11010 11000 110001 110010

Color Harmonies of #BD7140

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BD7140

Black with #BD7140

Text Example


Text Example

White with #BD7140

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BD7140; }

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

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

background-color css

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

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

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

border-color css

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

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

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