Html Css Color HEX #B18238 Alpine

📋 copy color: '#B18238'

red 177 ◦ green 130 ◦ blue 56

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

Shades of Alpine #B18238

Tints of Alpine #B18238

RGB

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

 GREEN value IS 130 (51.17% from 255) = 35.81%

 BLUE value IS 56 (22.27% from 255) = 15.43%

R = 48.76%
G = 35.81%
B = 15.43%

CMYK

 C value IS 0

 M value IS 0.27

 Y value IS 0.68

 K value IS 0.31

RGB Variations

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

Color information

#B18238 (or 0xB18238) is known color: Alpine. HEX triplet: B1, 82 and 38. RGB value is (177,130,56). Sum of RGB (Red+Green+Blue) = 177+130+56=363 (48% of max value = 765). Red value is 177 (69.53% from 255 or 48.76% from 363); Green value is 130 (51.17% from 255 or 35.81% from 363); Blue value is 56 (22.27% from 255 or 15.43% from 363); Max value from RGB is 177 - color contains mainly: red. Hex color #B18238 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #B18238 is #4E7DC7. Grayscale: #878787. Windows color (decimal): -5144008 or 3703473. OLE color: 3703473.

HSL color Cylindrical-coordinate representation of color #B18238: hue angle of 36.69º degrees, saturation: 0.52, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #B18238 is Cyan = 0, Magento = 0.27, Yellow = 0.68 and Black (K on CMYK) = 0.31.

Color convert

RGB 177 130 56 -
CMYK 0 0.27 0.68 0.31
HSL 36.69º 0.52% 0.46% -
HSV(B) 36.69º 0.68% 0.69% -
XYZ 26.83 25.6 7.27 -
YUV 135.62 83.07 157.52 -
System Red Green Blue C M Y K H S L
Decimal 177 130 56 0 0.27 0.68 0.31 36.69 0.52 0.46
Hex B1 82 38 0 1B 44 1F 25 34 2E
Octal 261 202 70 0 33 104 37 45 64 56
Binary 10110001 10000010 111000 0 11011 1000100 11111 100101 110100 101110

Color Harmonies of #B18238

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B18238

Black with #B18238

Text Example


Text Example

White with #B18238

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B18238; }

 p { color: rgb(177,130,56); }

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

background-color css

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

 a { background-color: rgb(177,130,56); }

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

border-color css

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

 span { border-color: rgb(177,130,56); }

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