Html Css Color HEX #B18A38 Alpine

📋 copy color: '#B18A38'

red 177 ◦ green 138 ◦ blue 56

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

Shades of Alpine #B18A38

Tints of Alpine #B18A38

RGB

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

 GREEN value IS 138 (54.3% from 255) = 37.2%

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

R = 47.71%
G = 37.2%
B = 15.09%

CMYK

 C value IS 0

 M value IS 0.22

 Y value IS 0.68

 K value IS 0.31

RGB Variations

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

Color information

#B18A38 (or 0xB18A38) is known color: Alpine. HEX triplet: B1, 8A and 38. RGB value is (177,138,56). Sum of RGB (Red+Green+Blue) = 177+138+56=371 (49% of max value = 765). Red value is 177 (69.53% from 255 or 47.71% from 371); Green value is 138 (54.30% from 255 or 37.20% from 371); Blue value is 56 (22.27% from 255 or 15.09% from 371); Max value from RGB is 177 - color contains mainly: red. Hex color #B18A38 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #B18A38 is #4E75C7. Grayscale: #8C8C8C. Windows color (decimal): -5141960 or 3705521. OLE color: 3705521.

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

Color convert

RGB 177 138 56 -
CMYK 0 0.22 0.68 0.31
HSL 40.66º 0.52% 0.46% -
HSV(B) 40.66º 0.68% 0.69% -
XYZ 27.93 27.81 7.64 -
YUV 140.31 80.42 154.17 -
System Red Green Blue C M Y K H S L
Decimal 177 138 56 0 0.22 0.68 0.31 40.66 0.52 0.46
Hex B1 8A 38 0 16 44 1F 29 34 2E
Octal 261 212 70 0 26 104 37 51 64 56
Binary 10110001 10001010 111000 0 10110 1000100 11111 101001 110100 101110

Color Harmonies of #B18A38

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B18A38

Black with #B18A38

Text Example


Text Example

White with #B18A38

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B18A38; }

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

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

background-color css

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

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

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

border-color css

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

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

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