#B9693C

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

Shades of Bourbon #B9693C

Tints of Bourbon #B9693C

Color information

#B9693C (or 0xB9693C) is unknown color: approx Bourbon. HEX triplet: B9, 69 and 3C. RGB value is (185,105,60). Sum of RGB (Red+Green+Blue) = 185+105+60=350 (46% of max value = 765). Red value is 185 (72.66% from 255 or 52.86% from 350); Green value is 105 (41.41% from 255 or 30% from 350); Blue value is 60 (23.83% from 255 or 17.14% from 350); Max value from RGB is 185 - color contains mainly: red. Hex color #B9693C is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #B9693C is #4696C3. Grayscale: #7C7C7C. Windows color (decimal): -4626116 or 3959225. OLE color: 3959225.

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

Color convert

RGB18510560-
CMYK00.430.680.27
HSL21.6º51.02%48.04%-
HSV(B)21.6º67.57%72.55%-
XYZ25.8720.746.92-
YUV123.7992171.66-

RGB Variations

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

RGB

RED value IS 185 (72.66% from 255) = 52.86%
GREEN value IS 105 (41.41% from 255) = 30%
BLUE value IS 60 (23.83% from 255) = 17.14%
R=52.86%
G=30%
B=17.14%

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
Decimal1851056000.430.680.2721.651.0248.04
HexB9693C02B441B163330
Octal2711517405310433266360
Binary101110011101001111100010101110001001101110110110011110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B9693C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B9693C; }

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

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

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

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

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

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

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

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