#B2734B

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

Shades of Bourbon #B2734B

Tints of Bourbon #B2734B

Color information

#B2734B (or 0xB2734B) is unknown color: approx Bourbon. HEX triplet: B2, 73 and 4B. RGB value is (178,115,75). Sum of RGB (Red+Green+Blue) = 178+115+75=368 (48% of max value = 765). Red value is 178 (69.92% from 255 or 48.37% from 368); Green value is 115 (45.31% from 255 or 31.25% from 368); Blue value is 75 (29.69% from 255 or 20.38% from 368); Max value from RGB is 178 - color contains mainly: red. Hex color #B2734B is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #B2734B is #4D8CB4. Grayscale: #818181. Windows color (decimal): -5082293 or 4944818. OLE color: 4944818.

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

Color convert

RGB17811575-
CMYK00.350.580.30
HSL23.3º40.71%49.61%-
HSV(B)23.3º57.87%69.8%-
XYZ25.7622.239.59-
YUV129.2897.37162.75-

RGB Variations

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

RGB

RED value IS 178 (69.92% from 255) = 48.37%
GREEN value IS 115 (45.31% from 255) = 31.25%
BLUE value IS 75 (29.69% from 255) = 20.38%
R=48.37%
G=31.25%
B=20.38%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.35
Y (Yellow) values IS 0.58
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal1781157500.350.580.3023.340.7149.61
HexB2734B0233A1E172932
Octal2621631130437236275162
Binary101100101110011100101101000111110101111010111101001110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B2734B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B2734B; }

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

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

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

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

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

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

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

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