#BD713F

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

Shades of Zest #BD713F

Tints of Zest #BD713F

Color information

#BD713F (or 0xBD713F) is unknown color: approx Zest. HEX triplet: BD, 71 and 3F. RGB value is (189,113,63). Sum of RGB (Red+Green+Blue) = 189+113+63=365 (48% of max value = 765). Red value is 189 (74.22% from 255 or 51.78% from 365); Green value is 113 (44.53% from 255 or 30.96% from 365); Blue value is 63 (25% from 255 or 17.26% from 365); Max value from RGB is 189 - color contains mainly: red. Hex color #BD713F is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #BD713F is #428EC0. Grayscale: #828282. Windows color (decimal): -4361921 or 4157885. OLE color: 4157885.

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

Color convert

RGB18911363-
CMYK00.400.670.26
HSL23.81º50%49.41%-
HSV(B)23.81º66.67%74.12%-
XYZ27.7922.997.68-
YUV130.0290.18170.07-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 51.78%
GREEN value IS 113 (44.53% from 255) = 30.96%
BLUE value IS 63 (25% from 255) = 17.26%
R=51.78%
G=30.96%
B=17.26%

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
Decimal1891136300.400.670.2623.815049.41
HexBD713F028431A183231
Octal2751617705010332306261
Binary101111011110001111111010100010000111101011000110010110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BD713F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BD713F; }

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

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

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

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

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

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

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

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