#B9693B

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

Shades of Bourbon #B9693B

Tints of Bourbon #B9693B

Color information

#B9693B (or 0xB9693B) is unknown color: approx Bourbon. HEX triplet: B9, 69 and 3B. RGB value is (185,105,59). Sum of RGB (Red+Green+Blue) = 185+105+59=349 (46% of max value = 765). Red value is 185 (72.66% from 255 or 53.01% from 349); Green value is 105 (41.41% from 255 or 30.09% from 349); Blue value is 59 (23.44% from 255 or 16.91% from 349); Max value from RGB is 185 - color contains mainly: red. Hex color #B9693B is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #B9693B is #4696C4. Grayscale: #7B7B7B. Windows color (decimal): -4626117 or 3893689. OLE color: 3893689.

HSL color Cylindrical-coordinate representation of color #B9693B: hue angle of 21.9º 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 #B9693B is Cyan = 0, Magento = 0.43, Yellow = 0.68 and Black (K on CMYK) = 0.27.

Color convert

RGB18510559-
CMYK00.430.680.27
HSL21.9º51.64%47.84%-
HSV(B)21.9º68.11%72.55%-
XYZ25.8520.736.78-
YUV123.6891.5171.74-

RGB Variations

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

RGB

RED value IS 185 (72.66% from 255) = 53.01%
GREEN value IS 105 (41.41% from 255) = 30.09%
BLUE value IS 59 (23.44% from 255) = 16.91%
R=53.01%
G=30.09%
B=16.91%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.43
Y (Yellow) values IS 0.68
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1851055900.430.680.2721.951.6447.84
HexB9693B02B441B163430
Octal2711517305310433266460
Binary101110011101001111011010101110001001101110110110100110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B9693B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B9693B; }

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

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

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

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

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

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

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

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