#B1764B

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

Shades of Bourbon #B1764B

Tints of Bourbon #B1764B

Color information

#B1764B (or 0xB1764B) is unknown color: approx Bourbon. HEX triplet: B1, 76 and 4B. RGB value is (177,118,75). Sum of RGB (Red+Green+Blue) = 177+118+75=370 (49% of max value = 765). Red value is 177 (69.53% from 255 or 47.84% from 370); Green value is 118 (46.48% from 255 or 31.89% from 370); Blue value is 75 (29.69% from 255 or 20.27% from 370); Max value from RGB is 177 - color contains mainly: red. Hex color #B1764B is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #B1764B is #4E89B4. Grayscale: #828282. Windows color (decimal): -5147061 or 4945585. OLE color: 4945585.

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

Color convert

RGB17711875-
CMYK00.330.580.31
HSL25.29º40.48%49.41%-
HSV(B)25.29º57.63%69.41%-
XYZ25.8822.819.7-
YUV130.7496.55161-

RGB Variations

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

RGB

RED value IS 177 (69.53% from 255) = 47.84%
GREEN value IS 118 (46.48% from 255) = 31.89%
BLUE value IS 75 (29.69% from 255) = 20.27%
R=47.84%
G=31.89%
B=20.27%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.33
Y (Yellow) values IS 0.58
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1771187500.330.580.3125.2940.4849.41
HexB1764B0213A1F192831
Octal2611661130417237315061
Binary101100011110110100101101000011110101111111001101000110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B1764B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B1764B; }

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

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

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

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

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

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

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

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