#B07941

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

Shades of Bourbon #B07941

Tints of Bourbon #B07941

Color information

#B07941 (or 0xB07941) is unknown color: approx Bourbon. HEX triplet: B0, 79 and 41. RGB value is (176,121,65). Sum of RGB (Red+Green+Blue) = 176+121+65=362 (47% of max value = 765). Red value is 176 (69.14% from 255 or 48.62% from 362); Green value is 121 (47.66% from 255 or 33.43% from 362); Blue value is 65 (25.78% from 255 or 17.96% from 362); Max value from RGB is 176 - color contains mainly: red. Hex color #B07941 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #B07941 is #4F86BE. Grayscale: #838383. Windows color (decimal): -5211839 or 4290992. OLE color: 4290992.

HSL color Cylindrical-coordinate representation of color #B07941: hue angle of 30.27º degrees, saturation: 0.46, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #B07941 is Cyan = 0, Magento = 0.31, Yellow = 0.63 and Black (K on CMYK) = 0.31.

Color convert

RGB17612165-
CMYK00.310.630.31
HSL30.27º46.06%47.25%-
HSV(B)30.27º63.07%69.02%-
XYZ25.723.298.14-
YUV131.0690.72160.05-

RGB Variations

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

RGB

RED value IS 176 (69.14% from 255) = 48.62%
GREEN value IS 121 (47.66% from 255) = 33.43%
BLUE value IS 65 (25.78% from 255) = 17.96%
R=48.62%
G=33.43%
B=17.96%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.31
Y (Yellow) values IS 0.63
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1761216500.310.630.3130.2746.0647.25
HexB0794101F3F1F1e2e2f
Octal2601711010377737365657
Binary10110000111100110000010111111111111111111110101110101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B07941

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B07941; }

 p { color: rgb(176,121,65); }

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

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

 a { background-color: rgb(176,121,65); }

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

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

 span { border-color: rgb(176,121,65); }

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