#B48F3A

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

Shades of Alpine #B48F3A

Tints of Alpine #B48F3A

Color information

#B48F3A (or 0xB48F3A) is unknown color: approx Alpine. HEX triplet: B4, 8F and 3A. RGB value is (180,143,58). Sum of RGB (Red+Green+Blue) = 180+143+58=381 (50% of max value = 765). Red value is 180 (70.70% from 255 or 47.24% from 381); Green value is 143 (56.25% from 255 or 37.53% from 381); Blue value is 58 (23.05% from 255 or 15.22% from 381); Max value from RGB is 180 - color contains mainly: red. Hex color #B48F3A is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #B48F3A is #4B70C5. Grayscale: #909090. Windows color (decimal): -4944070 or 3837876. OLE color: 3837876.

HSL color Cylindrical-coordinate representation of color #B48F3A: hue angle of 41.8º degrees, saturation: 0.51, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #B48F3A is Cyan = 0, Magento = 0.21, Yellow = 0.68 and Black (K on CMYK) = 0.29.

Color convert

RGB18014358-
CMYK00.210.680.29
HSL41.8º51.26%46.67%-
HSV(B)41.8º67.78%70.59%-
XYZ29.4129.658.18-
YUV144.3779.26153.41-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 47.24%
GREEN value IS 143 (56.25% from 255) = 37.53%
BLUE value IS 58 (23.05% from 255) = 15.22%
R=47.24%
G=37.53%
B=15.22%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.21
Y (Yellow) values IS 0.68
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1801435800.210.680.2941.851.2646.67
HexB48F3A015441D2a332f
Octal2642177202510435526357
Binary1011010010001111111010010101100010011101101010110011101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B48F3A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B48F3A; }

 p { color: rgb(180,143,58); }

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

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

 a { background-color: rgb(180,143,58); }

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

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

 span { border-color: rgb(180,143,58); }

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