#B1754B

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

Shades of Bourbon #B1754B

Tints of Bourbon #B1754B

Color information

#B1754B (or 0xB1754B) is unknown color: approx Bourbon. HEX triplet: B1, 75 and 4B. RGB value is (177,117,75). Sum of RGB (Red+Green+Blue) = 177+117+75=369 (48% of max value = 765). Red value is 177 (69.53% from 255 or 47.97% from 369); Green value is 117 (46.09% from 255 or 31.71% from 369); Blue value is 75 (29.69% from 255 or 20.33% from 369); Max value from RGB is 177 - color contains mainly: red. Hex color #B1754B is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #B1754B is #4E8AB4. Grayscale: #828282. Windows color (decimal): -5147317 or 4945329. OLE color: 4945329.

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

Color convert

RGB17711775-
CMYK00.340.580.31
HSL24.71º40.48%49.41%-
HSV(B)24.71º57.63%69.41%-
XYZ25.7622.589.66-
YUV130.1596.88161.42-

RGB Variations

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

RGB

RED value IS 177 (69.53% from 255) = 47.97%
GREEN value IS 117 (46.09% from 255) = 31.71%
BLUE value IS 75 (29.69% from 255) = 20.33%
R=47.97%
G=31.71%
B=20.33%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.34
Y (Yellow) values IS 0.58
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1771177500.340.580.3124.7140.4849.41
HexB1754B0223A1F192831
Octal2611651130427237315061
Binary101100011110101100101101000101110101111111001101000110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B1754B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B1754B; }

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

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

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

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

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

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

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

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