#B07543

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

Shades of Bourbon #B07543

Tints of Bourbon #B07543

Color information

#B07543 (or 0xB07543) is unknown color: approx Bourbon. HEX triplet: B0, 75 and 43. RGB value is (176,117,67). Sum of RGB (Red+Green+Blue) = 176+117+67=360 (47% of max value = 765). Red value is 176 (69.14% from 255 or 48.89% from 360); Green value is 117 (46.09% from 255 or 32.5% from 360); Blue value is 67 (26.56% from 255 or 18.61% from 360); Max value from RGB is 176 - color contains mainly: red. Hex color #B07543 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #B07543 is #4F8ABC. Grayscale: #818181. Windows color (decimal): -5212861 or 4421040. OLE color: 4421040.

HSL color Cylindrical-coordinate representation of color #B07543: hue angle of 27.52º degrees, saturation: 0.45, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #B07543 is Cyan = 0, Magento = 0.34, Yellow = 0.62 and Black (K on CMYK) = 0.31.

Color convert

RGB17611767-
CMYK00.340.620.31
HSL27.52º44.86%47.65%-
HSV(B)27.52º61.93%69.02%-
XYZ25.2822.368.29-
YUV128.9493.05161.57-

RGB Variations

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

RGB

RED value IS 176 (69.14% from 255) = 48.89%
GREEN value IS 117 (46.09% from 255) = 32.5%
BLUE value IS 67 (26.56% from 255) = 18.61%
R=48.89%
G=32.5%
B=18.61%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.34
Y (Yellow) values IS 0.62
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1761176700.340.620.3127.5244.8647.65
HexB075430223E1F1c2d30
Octal2601651030427637345560
Binary101100001110101100001101000101111101111111100101101110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B07543

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B07543; }

 p { color: rgb(176,117,67); }

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

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

 a { background-color: rgb(176,117,67); }

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

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

 span { border-color: rgb(176,117,67); }

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