Html Css Color HEX #B48F39 Alpine

📋 copy color: '#B48F39'

red 180 ◦ green 143 ◦ blue 57

#B48F39
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Alpine #B48F39

Tints of Alpine #B48F39

RGB

 RED value IS 180 (70.7% from 255) = 47.37%

 GREEN value IS 143 (56.25% from 255) = 37.63%

 BLUE value IS 57 (22.66% from 255) = 15%

R = 47.37%
G = 37.63%
B = 15%

CMYK

 C value IS 0

 M value IS 0.21

 Y value IS 0.68

 K value IS 0.29

RGB Variations

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

Color information

#B48F39 (or 0xB48F39) is known color: Alpine. HEX triplet: B4, 8F and 39. RGB value is (180,143,57). Sum of RGB (Red+Green+Blue) = 180+143+57=380 (50% of max value = 765). Red value is 180 (70.70% from 255 or 47.37% from 380); Green value is 143 (56.25% from 255 or 37.63% from 380); Blue value is 57 (22.66% from 255 or 15% from 380); Max value from RGB is 180 - color contains mainly: red. Hex color #B48F39 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #B48F39 is #4B70C6. Grayscale: #909090. Windows color (decimal): -4944071 or 3772340. OLE color: 3772340.

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

Color convert

RGB 180 143 57 -
CMYK 0 0.21 0.68 0.29
HSL 41.95º 0.52% 0.46% -
HSV(B) 41.95º 0.68% 0.71% -
XYZ 29.38 29.64 8.04 -
YUV 144.26 78.76 153.49 -
System Red Green Blue C M Y K H S L
Decimal 180 143 57 0 0.21 0.68 0.29 41.95 0.52 0.46
Hex B4 8F 39 0 15 44 1D 2A 34 2E
Octal 264 217 71 0 25 104 35 52 64 56
Binary 10110100 10001111 111001 0 10101 1000100 11101 101010 110100 101110

Color Harmonies of #B48F39

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B48F39

Black with #B48F39

Text Example


Text Example

White with #B48F39

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B48F39; }

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

 H1.HeaderClassName
 {
   color: #B48F39;
 }
 .AnyTagClassName
 {
   color: #B48F39;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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