#B28C38

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

Shades of Alpine #B28C38

Tints of Alpine #B28C38

Color information

#B28C38 (or 0xB28C38) is unknown color: approx Alpine. HEX triplet: B2, 8C and 38. RGB value is (178,140,56). Sum of RGB (Red+Green+Blue) = 178+140+56=374 (49% of max value = 765). Red value is 178 (69.92% from 255 or 47.59% from 374); Green value is 140 (55.08% from 255 or 37.43% from 374); Blue value is 56 (22.27% from 255 or 14.97% from 374); Max value from RGB is 178 - color contains mainly: red. Hex color #B28C38 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #B28C38 is #4D73C7. Grayscale: #8E8E8E. Windows color (decimal): -5075912 or 3706034. OLE color: 3706034.

HSL color Cylindrical-coordinate representation of color #B28C38: hue angle of 41.31º degrees, saturation: 0.52, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #B28C38 is Cyan = 0, Magento = 0.21, Yellow = 0.69 and Black (K on CMYK) = 0.30.

Color convert

RGB17814056-
CMYK00.210.690.30
HSL41.31º52.14%45.88%-
HSV(B)41.31º68.54%69.8%-
XYZ28.4528.517.74-
YUV141.7979.59153.83-

RGB Variations

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

RGB

RED value IS 178 (69.92% from 255) = 47.59%
GREEN value IS 140 (55.08% from 255) = 37.43%
BLUE value IS 56 (22.27% from 255) = 14.97%
R=47.59%
G=37.43%
B=14.97%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.21
Y (Yellow) values IS 0.69
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal1781405600.210.690.3041.3152.1445.88
HexB28C38015451E29342e
Octal2622147002510536516456
Binary1011001010001100111000010101100010111110101001110100101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B28C38

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B28C38; }

 p { color: rgb(178,140,56); }

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

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

 a { background-color: rgb(178,140,56); }

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

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

 span { border-color: rgb(178,140,56); }

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