#b1754c

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

Shades of Bourbon #B1754C

Tints of Bourbon #B1754C

Color information

#B1754C (or 0xB1754C) is unknown color: approx Bourbon. HEX triplet: B1, 75 and 4C. RGB value is (177,117,76). Sum of RGB (Red+Green+Blue) = 177+117+76=370 (49% of max value = 765). Red value is 177 (69.53% from 255 or 47.84% from 370); Green value is 117 (46.09% from 255 or 31.62% from 370); Blue value is 76 (30.08% from 255 or 20.54% from 370); Max value from RGB is 177 - color contains mainly: red. Hex color #B1754C is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #B1754C is #4E8AB3. Grayscale: #828282. Windows color (decimal): -5147316 or 5010865. OLE color: 5010865.

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

Color convert

RGB17711776-
CMYK00.340.570.31
HSL24.36º39.92%49.61%-
HSV(B)24.36º57.06%69.41%-
XYZ25.822.599.84-
YUV130.2797.38161.33-

RGB Variations

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

RGB

RED value IS 177 (69.53% from 255) = 47.84%
GREEN value IS 117 (46.09% from 255) = 31.62%
BLUE value IS 76 (30.08% from 255) = 20.54%
R=47.84%
G=31.62%
B=20.54%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.34
Y (Yellow) values IS 0.57
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1771177600.340.570.3124.3639.9249.61
HexB1754C022391F182832
Octal2611651140427137305062
Binary101100011110101100110001000101110011111111000101000110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #b1754c

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #b1754c; }

 p { color: rgb(177,117,76); }

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

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

 a { background-color: rgb(177,117,76); }

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

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

 span { border-color: rgb(177,117,76); }

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