#B76A41

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

Shades of Bourbon #B76A41

Tints of Bourbon #B76A41

Color information

#B76A41 (or 0xB76A41) is unknown color: approx Bourbon. HEX triplet: B7, 6A and 41. RGB value is (183,106,65). Sum of RGB (Red+Green+Blue) = 183+106+65=354 (46% of max value = 765). Red value is 183 (71.88% from 255 or 51.69% from 354); Green value is 106 (41.80% from 255 or 29.94% from 354); Blue value is 65 (25.78% from 255 or 18.36% from 354); Max value from RGB is 183 - color contains mainly: red. Hex color #B76A41 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #B76A41 is #4895BE. Grayscale: #7C7C7C. Windows color (decimal): -4756927 or 4287159. OLE color: 4287159.

HSL color Cylindrical-coordinate representation of color #B76A41: hue angle of 20.85º degrees, saturation: 0.48, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #B76A41 is Cyan = 0, Magento = 0.42, Yellow = 0.64 and Black (K on CMYK) = 0.28.

Color convert

RGB18310665-
CMYK00.420.640.28
HSL20.85º47.58%48.63%-
HSV(B)20.85º64.48%71.76%-
XYZ25.6420.767.66-
YUV124.3594.51169.83-

RGB Variations

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

RGB

RED value IS 183 (71.88% from 255) = 51.69%
GREEN value IS 106 (41.80% from 255) = 29.94%
BLUE value IS 65 (25.78% from 255) = 18.36%
R=51.69%
G=29.94%
B=18.36%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.42
Y (Yellow) values IS 0.64
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal1831066500.420.640.2820.8547.5848.63
HexB76A4102A401C153031
Octal26715210105210034256061
Binary1011011111010101000001010101010000001110010101110000110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B76A41

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B76A41; }

 p { color: rgb(183,106,65); }

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

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

 a { background-color: rgb(183,106,65); }

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

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

 span { border-color: rgb(183,106,65); }

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