Html Css Color HEX #B18334 Alpine

📋 copy color: '#B18334'

red 177 ◦ green 131 ◦ blue 52

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

Shades of Alpine #B18334

Tints of Alpine #B18334

RGB

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

 GREEN value IS 131 (51.56% from 255) = 36.39%

 BLUE value IS 52 (20.7% from 255) = 14.44%

R = 49.17%
G = 36.39%
B = 14.44%

CMYK

 C value IS 0

 M value IS 0.26

 Y value IS 0.71

 K value IS 0.31

RGB Variations

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

Color information

#B18334 (or 0xB18334) is known color: Alpine. HEX triplet: B1, 83 and 34. RGB value is (177,131,52). Sum of RGB (Red+Green+Blue) = 177+131+52=360 (47% of max value = 765). Red value is 177 (69.53% from 255 or 49.17% from 360); Green value is 131 (51.56% from 255 or 36.39% from 360); Blue value is 52 (20.70% from 255 or 14.44% from 360); Max value from RGB is 177 - color contains mainly: red. Hex color #B18334 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #B18334 is #4E7CCB. Grayscale: #888888. Windows color (decimal): -5143756 or 3441585. OLE color: 3441585.

HSL color Cylindrical-coordinate representation of color #B18334: hue angle of 37.92º degrees, saturation: 0.55, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #B18334 is Cyan = 0, Magento = 0.26, Yellow = 0.71 and Black (K on CMYK) = 0.31.

Color convert

RGB 177 131 52 -
CMYK 0 0.26 0.71 0.31
HSL 37.92º 0.55% 0.45% -
HSV(B) 37.92º 0.71% 0.69% -
XYZ 26.87 25.83 6.82 -
YUV 135.75 80.74 157.42 -
System Red Green Blue C M Y K H S L
Decimal 177 131 52 0 0.26 0.71 0.31 37.92 0.55 0.45
Hex B1 83 34 0 1A 47 1F 26 37 2D
Octal 261 203 64 0 32 107 37 46 67 55
Binary 10110001 10000011 110100 0 11010 1000111 11111 100110 110111 101101

Color Harmonies of #B18334

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B18334

Black with #B18334

Text Example


Text Example

White with #B18334

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B18334; }

 p { color: rgb(177,131,52); }

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

background-color css

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

 a { background-color: rgb(177,131,52); }

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

border-color css

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

 span { border-color: rgb(177,131,52); }

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