Html Css Color HEX #B18A40 Alpine

📋 copy color: '#B18A40'

red 177 ◦ green 138 ◦ blue 64

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

Shades of Alpine #B18A40

Tints of Alpine #B18A40

RGB

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

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

 BLUE value IS 64 (25.39% from 255) = 16.89%

R = 46.7%
G = 36.41%
B = 16.89%

CMYK

 C value IS 0

 M value IS 0.22

 Y value IS 0.64

 K value IS 0.31

RGB Variations

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

Color information

#B18A40 (or 0xB18A40) is known color: Alpine. HEX triplet: B1, 8A and 40. RGB value is (177,138,64). Sum of RGB (Red+Green+Blue) = 177+138+64=379 (50% of max value = 765). Red value is 177 (69.53% from 255 or 46.70% from 379); Green value is 138 (54.30% from 255 or 36.41% from 379); Blue value is 64 (25.39% from 255 or 16.89% from 379); Max value from RGB is 177 - color contains mainly: red. Hex color #B18A40 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #B18A40 is #4E75BF. Grayscale: #8D8D8D. Windows color (decimal): -5141952 or 4229809. OLE color: 4229809.

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

Color convert

RGB 177 138 64 -
CMYK 0 0.22 0.64 0.31
HSL 39.29º 0.47% 0.47% -
HSV(B) 39.29º 0.64% 0.69% -
XYZ 28.15 27.89 8.75 -
YUV 141.23 84.42 153.52 -
System Red Green Blue C M Y K H S L
Decimal 177 138 64 0 0.22 0.64 0.31 39.29 0.47 0.47
Hex B1 8A 40 0 16 40 1F 27 2F 2F
Octal 261 212 100 0 26 100 37 47 57 57
Binary 10110001 10001010 1000000 0 10110 1000000 11111 100111 101111 101111

Color Harmonies of #B18A40

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B18A40

Black with #B18A40

Text Example


Text Example

White with #B18A40

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B18A40; }

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

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

background-color css

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

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

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

border-color css

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

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

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