#BD723F

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

Shades of Zest #BD723F

Tints of Zest #BD723F

Color information

#BD723F (or 0xBD723F) is unknown color: approx Zest. HEX triplet: BD, 72 and 3F. RGB value is (189,114,63). Sum of RGB (Red+Green+Blue) = 189+114+63=366 (48% of max value = 765). Red value is 189 (74.22% from 255 or 51.64% from 366); Green value is 114 (44.92% from 255 or 31.15% from 366); Blue value is 63 (25% from 255 or 17.21% from 366); Max value from RGB is 189 - color contains mainly: red. Hex color #BD723F is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #BD723F is #428DC0. Grayscale: #828282. Windows color (decimal): -4361665 or 4158141. OLE color: 4158141.

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

Color convert

RGB18911463-
CMYK00.400.670.26
HSL24.29º50%49.41%-
HSV(B)24.29º66.67%74.12%-
XYZ27.923.217.71-
YUV130.6189.85169.65-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 51.64%
GREEN value IS 114 (44.92% from 255) = 31.15%
BLUE value IS 63 (25% from 255) = 17.21%
R=51.64%
G=31.15%
B=17.21%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.40
Y (Yellow) values IS 0.67
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal1891146300.400.670.2624.295049.41
HexBD723F028431A183231
Octal2751627705010332306261
Binary101111011110010111111010100010000111101011000110010110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BD723F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BD723F; }

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

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

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

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

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

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

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

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