Html Css Color HEX #B18432 Alpine

📋 copy color: '#B18432'

red 177 ◦ green 132 ◦ blue 50

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

Shades of Alpine #B18432

Tints of Alpine #B18432

RGB

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

 GREEN value IS 132 (51.95% from 255) = 36.77%

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

R = 49.3%
G = 36.77%
B = 13.93%

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

#B18432 (or 0xB18432) is known color: Alpine. HEX triplet: B1, 84 and 32. RGB value is (177,132,50). Sum of RGB (Red+Green+Blue) = 177+132+50=359 (47% of max value = 765). Red value is 177 (69.53% from 255 or 49.30% from 359); Green value is 132 (51.95% from 255 or 36.77% from 359); Blue value is 50 (19.92% from 255 or 13.93% from 359); Max value from RGB is 177 - color contains mainly: red. Hex color #B18432 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #B18432 is #4E7BCD. Grayscale: #888888. Windows color (decimal): -5143502 or 3310769. OLE color: 3310769.

HSL color Cylindrical-coordinate representation of color #B18432: hue angle of 38.74º 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 #B18432 is Cyan = 0, Magento = 0.25, Yellow = 0.72 and Black (K on CMYK) = 0.31.

Color convert

RGB 177 132 50 -
CMYK 0 0.25 0.72 0.31
HSL 38.74º 0.56% 0.45% -
HSV(B) 38.74º 0.72% 0.69% -
XYZ 26.96 26.08 6.63 -
YUV 136.11 79.41 157.17 -
System Red Green Blue C M Y K H S L
Decimal 177 132 50 0 0.25 0.72 0.31 38.74 0.56 0.45
Hex B1 84 32 0 19 48 1F 27 38 2D
Octal 261 204 62 0 31 110 37 47 70 55
Binary 10110001 10000100 110010 0 11001 1001000 11111 100111 111000 101101

Color Harmonies of #B18432

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B18432

Black with #B18432

Text Example


Text Example

White with #B18432

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B18432; }

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

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

background-color css

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

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

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

border-color css

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

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

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