Html Css Color HEX #B18B3E Alpine

📋 copy color: '#B18B3E'

red 177 ◦ green 139 ◦ blue 62

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

Shades of Alpine #B18B3E

Tints of Alpine #B18B3E

RGB

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

 GREEN value IS 139 (54.69% from 255) = 36.77%

 BLUE value IS 62 (24.61% from 255) = 16.4%

R = 46.83%
G = 36.77%
B = 16.4%

CMYK

 C value IS 0

 M value IS 0.21

 Y value IS 0.65

 K value IS 0.31

RGB Variations

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

Color information

#B18B3E (or 0xB18B3E) is known color: Alpine. HEX triplet: B1, 8B and 3E. RGB value is (177,139,62). Sum of RGB (Red+Green+Blue) = 177+139+62=378 (50% of max value = 765). Red value is 177 (69.53% from 255 or 46.83% from 378); Green value is 139 (54.69% from 255 or 36.77% from 378); Blue value is 62 (24.61% from 255 or 16.40% from 378); Max value from RGB is 177 - color contains mainly: red. Hex color #B18B3E is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #B18B3E is #4E74C1. Grayscale: #8D8D8D. Windows color (decimal): -5141698 or 4098993. OLE color: 4098993.

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

Color convert

RGB 177 139 62 -
CMYK 0 0.21 0.65 0.31
HSL 40.17º 0.48% 0.47% -
HSV(B) 40.17º 0.65% 0.69% -
XYZ 28.23 28.16 8.5 -
YUV 141.58 83.09 153.26 -
System Red Green Blue C M Y K H S L
Decimal 177 139 62 0 0.21 0.65 0.31 40.17 0.48 0.47
Hex B1 8B 3E 0 15 41 1F 28 30 2F
Octal 261 213 76 0 25 101 37 50 60 57
Binary 10110001 10001011 111110 0 10101 1000001 11111 101000 110000 101111

Color Harmonies of #B18B3E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B18B3E

Black with #B18B3E

Text Example


Text Example

White with #B18B3E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B18B3E; }

 p { color: rgb(177,139,62); }

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

background-color css

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

 a { background-color: rgb(177,139,62); }

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

border-color css

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

 span { border-color: rgb(177,139,62); }

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