Html Css Color HEX #B18531 Alpine

📋 copy color: '#B18531'

red 177 ◦ green 133 ◦ blue 49

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

Shades of Alpine #B18531

Tints of Alpine #B18531

RGB

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

 GREEN value IS 133 (52.34% from 255) = 37.05%

 BLUE value IS 49 (19.53% from 255) = 13.65%

R = 49.3%
G = 37.05%
B = 13.65%

CMYK

 C value IS 0

 M value IS 0.25

 Y value IS 0.72

 K value IS 0.31

RGB Variations

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

Color information

#B18531 (or 0xB18531) is known color: Alpine. HEX triplet: B1, 85 and 31. RGB value is (177,133,49). Sum of RGB (Red+Green+Blue) = 177+133+49=359 (47% of max value = 765). Red value is 177 (69.53% from 255 or 49.30% from 359); Green value is 133 (52.34% from 255 or 37.05% from 359); Blue value is 49 (19.53% from 255 or 13.65% from 359); Max value from RGB is 177 - color contains mainly: red. Hex color #B18531 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #B18531 is #4E7ACE. Grayscale: #888888. Windows color (decimal): -5143247 or 3245489. OLE color: 3245489.

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

Color convert

RGB 177 133 49 -
CMYK 0 0.25 0.72 0.31
HSL 39.38º 0.57% 0.44% -
HSV(B) 39.38º 0.72% 0.69% -
XYZ 27.07 26.34 6.56 -
YUV 136.58 78.58 156.83 -
System Red Green Blue C M Y K H S L
Decimal 177 133 49 0 0.25 0.72 0.31 39.38 0.57 0.44
Hex B1 85 31 0 19 48 1F 27 39 2C
Octal 261 205 61 0 31 110 37 47 71 54
Binary 10110001 10000101 110001 0 11001 1001000 11111 100111 111001 101100

Color Harmonies of #B18531

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B18531

Black with #B18531

Text Example


Text Example

White with #B18531

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B18531; }

 p { color: rgb(177,133,49); }

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

background-color css

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

 a { background-color: rgb(177,133,49); }

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

border-color css

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

 span { border-color: rgb(177,133,49); }

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