#BD7341

Color #BD7341 Zest (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Zest #BD7341

Tints of Zest #BD7341

Color information

#BD7341 (or 0xBD7341) is unknown color: approx Zest. HEX triplet: BD, 73 and 41. RGB value is (189,115,65). Sum of RGB (Red+Green+Blue) = 189+115+65=369 (48% of max value = 765). Red value is 189 (74.22% from 255 or 51.22% from 369); Green value is 115 (45.31% from 255 or 31.17% from 369); Blue value is 65 (25.78% from 255 or 17.62% from 369); Max value from RGB is 189 - color contains mainly: red. Hex color #BD7341 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #BD7341 is #428CBE. Grayscale: #838383. Windows color (decimal): -4361407 or 4289469. OLE color: 4289469.

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

Color convert

RGB18911565-
CMYK00.390.660.26
HSL24.19º48.82%49.8%-
HSV(B)24.19º65.61%74.12%-
XYZ28.0723.468.05-
YUV131.4390.52169.07-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 51.22%
GREEN value IS 115 (45.31% from 255) = 31.17%
BLUE value IS 65 (25.78% from 255) = 17.62%
R=51.22%
G=31.17%
B=17.62%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.39
Y (Yellow) values IS 0.66
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal1891156500.390.660.2624.1948.8249.8
HexBD7341027421A183132
Octal27516310104710232306162
Binary1011110111100111000001010011110000101101011000110001110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BD7341

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BD7341; }

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

 H1.HeaderClassName
 {
   color: #BD7341;
 }
 .AnyTagClassName
 {
   color: #BD7341;
 }
</style>
background-color css

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

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

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

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

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

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