#B4723F

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

Shades of Bourbon #B4723F

Tints of Bourbon #B4723F

Color information

#B4723F (or 0xB4723F) is unknown color: approx Bourbon. HEX triplet: B4, 72 and 3F. RGB value is (180,114,63). Sum of RGB (Red+Green+Blue) = 180+114+63=357 (47% of max value = 765). Red value is 180 (70.70% from 255 or 50.42% from 357); Green value is 114 (44.92% from 255 or 31.93% from 357); Blue value is 63 (25% from 255 or 17.65% from 357); Max value from RGB is 180 - color contains mainly: red. Hex color #B4723F is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #B4723F is #4B8DC0. Grayscale: #808080. Windows color (decimal): -4951489 or 4158132. OLE color: 4158132.

HSL color Cylindrical-coordinate representation of color #B4723F: hue angle of 26.15º degrees, saturation: 0.48, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #B4723F is Cyan = 0, Magento = 0.37, Yellow = 0.65 and Black (K on CMYK) = 0.29.

Color convert

RGB18011463-
CMYK00.370.650.29
HSL26.15º48.15%47.65%-
HSV(B)26.15º65%70.59%-
XYZ25.7422.17.61-
YUV127.9291.37165.15-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 50.42%
GREEN value IS 114 (44.92% from 255) = 31.93%
BLUE value IS 63 (25% from 255) = 17.65%
R=50.42%
G=31.93%
B=17.65%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.37
Y (Yellow) values IS 0.65
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1801146300.370.650.2926.1548.1547.65
HexB4723F025411D1a3030
Octal2641627704510135326060
Binary101101001110010111111010010110000011110111010110000110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B4723F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B4723F; }

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

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

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

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

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

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

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

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