#B3754B

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

Shades of Bourbon #B3754B

Tints of Bourbon #B3754B

Color information

#B3754B (or 0xB3754B) is unknown color: approx Bourbon. HEX triplet: B3, 75 and 4B. RGB value is (179,117,75). Sum of RGB (Red+Green+Blue) = 179+117+75=371 (49% of max value = 765). Red value is 179 (70.31% from 255 or 48.25% from 371); Green value is 117 (46.09% from 255 or 31.54% from 371); Blue value is 75 (29.69% from 255 or 20.22% from 371); Max value from RGB is 179 - color contains mainly: red. Hex color #B3754B is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #B3754B is #4C8AB4. Grayscale: #828282. Windows color (decimal): -5016245 or 4945331. OLE color: 4945331.

HSL color Cylindrical-coordinate representation of color #B3754B: hue angle of 24.23º 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 #B3754B is Cyan = 0, Magento = 0.35, Yellow = 0.58 and Black (K on CMYK) = 0.30.

Color convert

RGB17911775-
CMYK00.350.580.30
HSL24.23º40.94%49.8%-
HSV(B)24.23º58.1%70.2%-
XYZ26.2222.819.68-
YUV130.7596.54162.42-

RGB Variations

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

RGB

RED value IS 179 (70.31% from 255) = 48.25%
GREEN value IS 117 (46.09% from 255) = 31.54%
BLUE value IS 75 (29.69% from 255) = 20.22%
R=48.25%
G=31.54%
B=20.22%

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
Decimal1791177500.350.580.3024.2340.9449.8
HexB3754B0233A1E182932
Octal2631651130437236305162
Binary101100111110101100101101000111110101111011000101001110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B3754B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B3754B; }

 p { color: rgb(179,117,75); }

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

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

 a { background-color: rgb(179,117,75); }

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

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

 span { border-color: rgb(179,117,75); }

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