#B9703B

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

Shades of Bourbon #B9703B

Tints of Bourbon #B9703B

Color information

#B9703B (or 0xB9703B) is unknown color: approx Bourbon. HEX triplet: B9, 70 and 3B. RGB value is (185,112,59). Sum of RGB (Red+Green+Blue) = 185+112+59=356 (47% of max value = 765). Red value is 185 (72.66% from 255 or 51.97% from 356); Green value is 112 (44.14% from 255 or 31.46% from 356); Blue value is 59 (23.44% from 255 or 16.57% from 356); Max value from RGB is 185 - color contains mainly: red. Hex color #B9703B is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #B9703B is #468FC4. Grayscale: #808080. Windows color (decimal): -4624325 or 3895481. OLE color: 3895481.

HSL color Cylindrical-coordinate representation of color #B9703B: hue angle of 25.24º degrees, saturation: 0.52, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #B9703B is Cyan = 0, Magento = 0.39, Yellow = 0.68 and Black (K on CMYK) = 0.27.

Color convert

RGB18511259-
CMYK00.390.680.27
HSL25.24º51.64%47.84%-
HSV(B)25.24º68.11%72.55%-
XYZ26.5922.227.02-
YUV127.7889.18168.81-

RGB Variations

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

RGB

RED value IS 185 (72.66% from 255) = 51.97%
GREEN value IS 112 (44.14% from 255) = 31.46%
BLUE value IS 59 (23.44% from 255) = 16.57%
R=51.97%
G=31.46%
B=16.57%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.39
Y (Yellow) values IS 0.68
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1851125900.390.680.2725.2451.6447.84
HexB9703B027441B193430
Octal2711607304710433316460
Binary101110011110000111011010011110001001101111001110100110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B9703B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B9703B; }

 p { color: rgb(185,112,59); }

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

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

 a { background-color: rgb(185,112,59); }

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

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

 span { border-color: rgb(185,112,59); }

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