#B4734B

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

Shades of Bourbon #B4734B

Tints of Bourbon #B4734B

Color information

#B4734B (or 0xB4734B) is unknown color: approx Bourbon. HEX triplet: B4, 73 and 4B. RGB value is (180,115,75). Sum of RGB (Red+Green+Blue) = 180+115+75=370 (49% of max value = 765). Red value is 180 (70.70% from 255 or 48.65% from 370); Green value is 115 (45.31% from 255 or 31.08% from 370); Blue value is 75 (29.69% from 255 or 20.27% from 370); Max value from RGB is 180 - color contains mainly: red. Hex color #B4734B is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #B4734B is #4B8CB4. Grayscale: #828282. Windows color (decimal): -4951221 or 4944820. OLE color: 4944820.

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

Color convert

RGB18011575-
CMYK00.360.580.29
HSL22.86º41.18%50%-
HSV(B)22.86º58.33%70.59%-
XYZ26.2222.479.61-
YUV129.8897.03163.75-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 48.65%
GREEN value IS 115 (45.31% from 255) = 31.08%
BLUE value IS 75 (29.69% from 255) = 20.27%
R=48.65%
G=31.08%
B=20.27%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.36
Y (Yellow) values IS 0.58
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1801157500.360.580.2922.8641.1850
HexB4734B0243A1D172932
Octal2641631130447235275162
Binary101101001110011100101101001001110101110110111101001110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B4734B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B4734B; }

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

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

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

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

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

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

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

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