Html Css Color HEX #B18932 Alpine

📋 copy color: '#B18932'

red 177 ◦ green 137 ◦ blue 50

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

Shades of Alpine #B18932

Tints of Alpine #B18932

RGB

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

 GREEN value IS 137 (53.91% from 255) = 37.64%

 BLUE value IS 50 (19.92% from 255) = 13.74%

R = 48.63%
G = 37.64%
B = 13.74%

CMYK

 C value IS 0

 M value IS 0.23

 Y value IS 0.72

 K value IS 0.31

RGB Variations

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

Color information

#B18932 (or 0xB18932) is known color: Alpine. HEX triplet: B1, 89 and 32. RGB value is (177,137,50). Sum of RGB (Red+Green+Blue) = 177+137+50=364 (48% of max value = 765). Red value is 177 (69.53% from 255 or 48.63% from 364); Green value is 137 (53.91% from 255 or 37.64% from 364); Blue value is 50 (19.92% from 255 or 13.74% from 364); Max value from RGB is 177 - color contains mainly: red. Hex color #B18932 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #B18932 is #4E76CD. Grayscale: #8B8B8B. Windows color (decimal): -5142222 or 3312049. OLE color: 3312049.

HSL color Cylindrical-coordinate representation of color #B18932: hue angle of 41.1º degrees, saturation: 0.56, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #B18932 is Cyan = 0, Magento = 0.23, Yellow = 0.72 and Black (K on CMYK) = 0.31.

Color convert

RGB 177 137 50 -
CMYK 0 0.23 0.72 0.31
HSL 41.1º 0.56% 0.45% -
HSV(B) 41.1º 0.72% 0.69% -
XYZ 27.65 27.47 6.86 -
YUV 139.04 77.75 155.07 -
System Red Green Blue C M Y K H S L
Decimal 177 137 50 0 0.23 0.72 0.31 41.1 0.56 0.45
Hex B1 89 32 0 17 48 1F 29 38 2D
Octal 261 211 62 0 27 110 37 51 70 55
Binary 10110001 10001001 110010 0 10111 1001000 11111 101001 111000 101101

Color Harmonies of #B18932

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B18932

Black with #B18932

Text Example


Text Example

White with #B18932

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B18932; }

 p { color: rgb(177,137,50); }

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

background-color css

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

 a { background-color: rgb(177,137,50); }

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

border-color css

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

 span { border-color: rgb(177,137,50); }

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