#B5734B

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

Shades of Bourbon #B5734B

Tints of Bourbon #B5734B

Color information

#B5734B (or 0xB5734B) is unknown color: approx Bourbon. HEX triplet: B5, 73 and 4B. RGB value is (181,115,75). Sum of RGB (Red+Green+Blue) = 181+115+75=371 (49% of max value = 765). Red value is 181 (71.09% from 255 or 48.79% from 371); Green value is 115 (45.31% from 255 or 31.00% from 371); Blue value is 75 (29.69% from 255 or 20.22% from 371); Max value from RGB is 181 - color contains mainly: red. Hex color #B5734B is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #B5734B is #4A8CB4. Grayscale: #828282. Windows color (decimal): -4885685 or 4944821. OLE color: 4944821.

HSL color Cylindrical-coordinate representation of color #B5734B: hue angle of 22.64º degrees, saturation: 0.42, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #B5734B is Cyan = 0, Magento = 0.36, Yellow = 0.59 and Black (K on CMYK) = 0.29.

Color convert

RGB18111575-
CMYK00.360.590.29
HSL22.64º41.73%50.2%-
HSV(B)22.64º58.56%70.98%-
XYZ26.4622.599.62-
YUV130.1796.87164.25-

RGB Variations

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

RGB

RED value IS 181 (71.09% from 255) = 48.79%
GREEN value IS 115 (45.31% from 255) = 31.00%
BLUE value IS 75 (29.69% from 255) = 20.22%
R=48.79%
G=31.00%
B=20.22%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.36
Y (Yellow) values IS 0.59
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1811157500.360.590.2922.6441.7350.2
HexB5734B0243B1D172a32
Octal2651631130447335275262
Binary101101011110011100101101001001110111110110111101010110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B5734B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B5734B; }

 p { color: rgb(181,115,75); }

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

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

 a { background-color: rgb(181,115,75); }

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

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

 span { border-color: rgb(181,115,75); }

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