#BD723C

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

Shades of Zest #BD723C

Tints of Zest #BD723C

Color information

#BD723C (or 0xBD723C) is unknown color: approx Zest. HEX triplet: BD, 72 and 3C. RGB value is (189,114,60). Sum of RGB (Red+Green+Blue) = 189+114+60=363 (48% of max value = 765). Red value is 189 (74.22% from 255 or 52.07% from 363); Green value is 114 (44.92% from 255 or 31.40% from 363); Blue value is 60 (23.83% from 255 or 16.53% from 363); Max value from RGB is 189 - color contains mainly: red. Hex color #BD723C is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #BD723C is #428DC3. Grayscale: #828282. Windows color (decimal): -4361668 or 3961533. OLE color: 3961533.

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

Color convert

RGB18911460-
CMYK00.400.680.26
HSL25.12º51.81%48.82%-
HSV(B)25.12º68.25%74.12%-
XYZ27.8223.187.28-
YUV130.2788.35169.89-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 52.07%
GREEN value IS 114 (44.92% from 255) = 31.40%
BLUE value IS 60 (23.83% from 255) = 16.53%
R=52.07%
G=31.40%
B=16.53%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.40
Y (Yellow) values IS 0.68
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal1891146000.400.680.2625.1251.8148.82
HexBD723C028441A193431
Octal2751627405010432316461
Binary101111011110010111100010100010001001101011001110100110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BD723C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BD723C; }

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

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

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

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

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

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

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

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