#B9724A

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

Shades of Bourbon #B9724A

Tints of Bourbon #B9724A

Color information

#B9724A (or 0xB9724A) is unknown color: approx Bourbon. HEX triplet: B9, 72 and 4A. RGB value is (185,114,74). Sum of RGB (Red+Green+Blue) = 185+114+74=373 (49% of max value = 765). Red value is 185 (72.66% from 255 or 49.60% from 373); Green value is 114 (44.92% from 255 or 30.56% from 373); Blue value is 74 (29.30% from 255 or 19.84% from 373); Max value from RGB is 185 - color contains mainly: red. Hex color #B9724A is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #B9724A is #468DB5. Grayscale: #828282. Windows color (decimal): -4623798 or 4879033. OLE color: 4879033.

HSL color Cylindrical-coordinate representation of color #B9724A: hue angle of 21.62º degrees, saturation: 0.44, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #B9724A is Cyan = 0, Magento = 0.38, Yellow = 0.6 and Black (K on CMYK) = 0.27.

Color convert

RGB18511474-
CMYK00.380.60.27
HSL21.62º44.22%50.78%-
HSV(B)21.62º60%72.55%-
XYZ27.2622.849.45-
YUV130.6796.02166.75-

RGB Variations

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

RGB

RED value IS 185 (72.66% from 255) = 49.60%
GREEN value IS 114 (44.92% from 255) = 30.56%
BLUE value IS 74 (29.30% from 255) = 19.84%
R=49.60%
G=30.56%
B=19.84%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.38
Y (Yellow) values IS 0.6
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1851147400.380.60.2721.6244.2250.78
HexB9724A0263C1B162c33
Octal2711621120467433265463
Binary101110011110010100101001001101111001101110110101100110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B9724A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B9724A; }

 p { color: rgb(185,114,74); }

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

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

 a { background-color: rgb(185,114,74); }

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

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

 span { border-color: rgb(185,114,74); }

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