#B08C3E

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

Shades of Alpine #B08C3E

Tints of Alpine #B08C3E

Color information

#B08C3E (or 0xB08C3E) is unknown color: approx Alpine. HEX triplet: B0, 8C and 3E. RGB value is (176,140,62). Sum of RGB (Red+Green+Blue) = 176+140+62=378 (50% of max value = 765). Red value is 176 (69.14% from 255 or 46.56% from 378); Green value is 140 (55.08% from 255 or 37.04% from 378); Blue value is 62 (24.61% from 255 or 16.40% from 378); Max value from RGB is 176 - color contains mainly: red. Hex color #B08C3E is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #B08C3E is #4F73C1. Grayscale: #8E8E8E. Windows color (decimal): -5206978 or 4099248. OLE color: 4099248.

HSL color Cylindrical-coordinate representation of color #B08C3E: hue angle of 41.05º degrees, saturation: 0.48, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #B08C3E is Cyan = 0, Magento = 0.20, Yellow = 0.65 and Black (K on CMYK) = 0.31.

Color convert

RGB17614062-
CMYK00.200.650.31
HSL41.05º47.9%46.67%-
HSV(B)41.05º64.77%69.02%-
XYZ28.1528.338.54-
YUV141.8782.93152.34-

RGB Variations

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

RGB

RED value IS 176 (69.14% from 255) = 46.56%
GREEN value IS 140 (55.08% from 255) = 37.04%
BLUE value IS 62 (24.61% from 255) = 16.40%
R=46.56%
G=37.04%
B=16.40%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.20
Y (Yellow) values IS 0.65
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1761406200.200.650.3141.0547.946.67
HexB08C3E014411F29302f
Octal2602147602410137516057
Binary1011000010001100111110010100100000111111101001110000101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B08C3E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B08C3E; }

 p { color: rgb(176,140,62); }

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

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

 a { background-color: rgb(176,140,62); }

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

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

 span { border-color: rgb(176,140,62); }

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