Html Css Color HEX #B18D3B Alpine

📋 copy color: '#B18D3B'

red 177 ◦ green 141 ◦ blue 59

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

Shades of Alpine #B18D3B

Tints of Alpine #B18D3B

RGB

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

 GREEN value IS 141 (55.47% from 255) = 37.4%

 BLUE value IS 59 (23.44% from 255) = 15.65%

R = 46.95%
G = 37.4%
B = 15.65%

CMYK

 C value IS 0

 M value IS 0.20

 Y value IS 0.67

 K value IS 0.31

RGB Variations

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

Color information

#B18D3B (or 0xB18D3B) is known color: Alpine. HEX triplet: B1, 8D and 3B. RGB value is (177,141,59). Sum of RGB (Red+Green+Blue) = 177+141+59=377 (49% of max value = 765). Red value is 177 (69.53% from 255 or 46.95% from 377); Green value is 141 (55.47% from 255 or 37.40% from 377); Blue value is 59 (23.44% from 255 or 15.65% from 377); Max value from RGB is 177 - color contains mainly: red. Hex color #B18D3B is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #B18D3B is #4E72C4. Grayscale: #8E8E8E. Windows color (decimal): -5141189 or 3902897. OLE color: 3902897.

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

Color convert

RGB 177 141 59 -
CMYK 0 0.20 0.67 0.31
HSL 41.69º 0.5% 0.46% -
HSV(B) 41.69º 0.67% 0.69% -
XYZ 28.45 28.71 8.18 -
YUV 142.42 80.93 152.67 -
System Red Green Blue C M Y K H S L
Decimal 177 141 59 0 0.20 0.67 0.31 41.69 0.5 0.46
Hex B1 8D 3B 0 14 43 1F 2A 32 2E
Octal 261 215 73 0 24 103 37 52 62 56
Binary 10110001 10001101 111011 0 10100 1000011 11111 101010 110010 101110

Color Harmonies of #B18D3B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B18D3B

Black with #B18D3B

Text Example


Text Example

White with #B18D3B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B18D3B; }

 p { color: rgb(177,141,59); }

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

background-color css

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

 a { background-color: rgb(177,141,59); }

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

border-color css

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

 span { border-color: rgb(177,141,59); }

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