#B76938

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

Shades of Bourbon #B76938

Tints of Bourbon #B76938

Color information

#B76938 (or 0xB76938) is unknown color: approx Bourbon. HEX triplet: B7, 69 and 38. RGB value is (183,105,56). Sum of RGB (Red+Green+Blue) = 183+105+56=344 (45% of max value = 765). Red value is 183 (71.88% from 255 or 53.20% from 344); Green value is 105 (41.41% from 255 or 30.52% from 344); Blue value is 56 (22.27% from 255 or 16.28% from 344); Max value from RGB is 183 - color contains mainly: red. Hex color #B76938 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #B76938 is #4896C7. Grayscale: #7B7B7B. Windows color (decimal): -4757192 or 3697079. OLE color: 3697079.

HSL color Cylindrical-coordinate representation of color #B76938: hue angle of 23.15º degrees, saturation: 0.53, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #B76938 is Cyan = 0, Magento = 0.43, Yellow = 0.69 and Black (K on CMYK) = 0.28.

Color convert

RGB18310556-
CMYK00.430.690.28
HSL23.15º53.14%46.86%-
HSV(B)23.15º69.4%71.76%-
XYZ25.2920.466.36-
YUV122.7490.34170.98-

RGB Variations

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

RGB

RED value IS 183 (71.88% from 255) = 53.20%
GREEN value IS 105 (41.41% from 255) = 30.52%
BLUE value IS 56 (22.27% from 255) = 16.28%
R=53.20%
G=30.52%
B=16.28%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.43
Y (Yellow) values IS 0.69
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal1831055600.430.690.2823.1553.1446.86
HexB7693802B451C17352f
Octal2671517005310534276557
Binary101101111101001111000010101110001011110010111110101101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B76938

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B76938; }

 p { color: rgb(183,105,56); }

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

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

 a { background-color: rgb(183,105,56); }

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

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

 span { border-color: rgb(183,105,56); }

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