Html Css Color HEX #B18A3C Alpine

📋 copy color: '#B18A3C'

red 177 ◦ green 138 ◦ blue 60

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

Shades of Alpine #B18A3C

Tints of Alpine #B18A3C

RGB

 RED value IS 177 (69.53% from 255) = 47.2%

 GREEN value IS 138 (54.3% from 255) = 36.8%

 BLUE value IS 60 (23.83% from 255) = 16%

R = 47.2%
G = 36.8%
B = 16%

CMYK

 C value IS 0

 M value IS 0.22

 Y value IS 0.66

 K value IS 0.31

RGB Variations

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

Color information

#B18A3C (or 0xB18A3C) is known color: Alpine. HEX triplet: B1, 8A and 3C. RGB value is (177,138,60). Sum of RGB (Red+Green+Blue) = 177+138+60=375 (49% of max value = 765). Red value is 177 (69.53% from 255 or 47.2% from 375); Green value is 138 (54.30% from 255 or 36.8% from 375); Blue value is 60 (23.83% from 255 or 16% from 375); Max value from RGB is 177 - color contains mainly: red. Hex color #B18A3C is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #B18A3C is #4E75C3. Grayscale: #8D8D8D. Windows color (decimal): -5141956 or 3967665. OLE color: 3967665.

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

Color convert

RGB 177 138 60 -
CMYK 0 0.22 0.66 0.31
HSL 40º 0.49% 0.46% -
HSV(B) 40º 0.66% 0.69% -
XYZ 28.04 27.85 8.17 -
YUV 140.77 82.42 153.84 -
System Red Green Blue C M Y K H S L
Decimal 177 138 60 0 0.22 0.66 0.31 40 0.49 0.46
Hex B1 8A 3C 0 16 42 1F 28 31 2E
Octal 261 212 74 0 26 102 37 50 61 56
Binary 10110001 10001010 111100 0 10110 1000010 11111 101000 110001 101110

Color Harmonies of #B18A3C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B18A3C

Black with #B18A3C

Text Example


Text Example

White with #B18A3C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B18A3C; }

 p { color: rgb(177,138,60); }

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

background-color css

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

 a { background-color: rgb(177,138,60); }

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

border-color css

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

 span { border-color: rgb(177,138,60); }

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