#B07248

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

Shades of Bourbon #B07248

Tints of Bourbon #B07248

Color information

#B07248 (or 0xB07248) is unknown color: approx Bourbon. HEX triplet: B0, 72 and 48. RGB value is (176,114,72). Sum of RGB (Red+Green+Blue) = 176+114+72=362 (47% of max value = 765). Red value is 176 (69.14% from 255 or 48.62% from 362); Green value is 114 (44.92% from 255 or 31.49% from 362); Blue value is 72 (28.52% from 255 or 19.89% from 362); Max value from RGB is 176 - color contains mainly: red. Hex color #B07248 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #B07248 is #4F8DB7. Grayscale: #7F7F7F. Windows color (decimal): -5213624 or 4747952. OLE color: 4747952.

HSL color Cylindrical-coordinate representation of color #B07248: hue angle of 24.23º degrees, saturation: 0.42, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #B07248 is Cyan = 0, Magento = 0.35, Yellow = 0.59 and Black (K on CMYK) = 0.31.

Color convert

RGB17611472-
CMYK00.350.590.31
HSL24.23º41.94%48.63%-
HSV(B)24.23º59.09%69.02%-
XYZ25.0921.739-
YUV127.7596.54162.42-

RGB Variations

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

RGB

RED value IS 176 (69.14% from 255) = 48.62%
GREEN value IS 114 (44.92% from 255) = 31.49%
BLUE value IS 72 (28.52% from 255) = 19.89%
R=48.62%
G=31.49%
B=19.89%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.35
Y (Yellow) values IS 0.59
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1761147200.350.590.3124.2341.9448.63
HexB072480233B1F182a31
Octal2601621100437337305261
Binary101100001110010100100001000111110111111111000101010110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B07248

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B07248; }

 p { color: rgb(176,114,72); }

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

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

 a { background-color: rgb(176,114,72); }

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

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

 span { border-color: rgb(176,114,72); }

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