#B0764B

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

Shades of Bourbon #B0764B

Tints of Bourbon #B0764B

Color information

#B0764B (or 0xB0764B) is unknown color: approx Bourbon. HEX triplet: B0, 76 and 4B. RGB value is (176,118,75). Sum of RGB (Red+Green+Blue) = 176+118+75=369 (48% of max value = 765). Red value is 176 (69.14% from 255 or 47.70% from 369); Green value is 118 (46.48% from 255 or 31.98% from 369); Blue value is 75 (29.69% from 255 or 20.33% from 369); Max value from RGB is 176 - color contains mainly: red. Hex color #B0764B is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #B0764B is #4F89B4. Grayscale: #828282. Windows color (decimal): -5212597 or 4945584. OLE color: 4945584.

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

Color convert

RGB17611875-
CMYK00.330.570.31
HSL25.54º40.24%49.22%-
HSV(B)25.54º57.39%69.02%-
XYZ25.6522.699.69-
YUV130.4496.72160.5-

RGB Variations

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

RGB

RED value IS 176 (69.14% from 255) = 47.70%
GREEN value IS 118 (46.48% from 255) = 31.98%
BLUE value IS 75 (29.69% from 255) = 20.33%
R=47.70%
G=31.98%
B=20.33%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.33
Y (Yellow) values IS 0.57
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1761187500.330.570.3125.5440.2449.22
HexB0764B021391F1a2831
Octal2601661130417137325061
Binary101100001110110100101101000011110011111111010101000110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B0764B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B0764B; }

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

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

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

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

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

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

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

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