Html Css Color HEX #B1863B Alpine

📋 copy color: '#B1863B'

red 177 ◦ green 134 ◦ blue 59

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

Shades of Alpine #B1863B

Tints of Alpine #B1863B

RGB

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

 GREEN value IS 134 (52.73% from 255) = 36.22%

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

R = 47.84%
G = 36.22%
B = 15.95%

CMYK

 C value IS 0

 M value IS 0.24

 Y value IS 0.67

 K value IS 0.31

RGB Variations

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

Color information

#B1863B (or 0xB1863B) is known color: Alpine. HEX triplet: B1, 86 and 3B. RGB value is (177,134,59). Sum of RGB (Red+Green+Blue) = 177+134+59=370 (49% of max value = 765). Red value is 177 (69.53% from 255 or 47.84% from 370); Green value is 134 (52.73% from 255 or 36.22% from 370); Blue value is 59 (23.44% from 255 or 15.95% from 370); Max value from RGB is 177 - color contains mainly: red. Hex color #B1863B is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #B1863B is #4E79C4. Grayscale: #8A8A8A. Windows color (decimal): -5142981 or 3901105. OLE color: 3901105.

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

Color convert

RGB 177 134 59 -
CMYK 0 0.24 0.67 0.31
HSL 38.14º 0.5% 0.46% -
HSV(B) 38.14º 0.67% 0.69% -
XYZ 27.45 26.71 7.85 -
YUV 138.31 83.25 155.6 -
System Red Green Blue C M Y K H S L
Decimal 177 134 59 0 0.24 0.67 0.31 38.14 0.5 0.46
Hex B1 86 3B 0 18 43 1F 26 32 2E
Octal 261 206 73 0 30 103 37 46 62 56
Binary 10110001 10000110 111011 0 11000 1000011 11111 100110 110010 101110

Color Harmonies of #B1863B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B1863B

Black with #B1863B

Text Example


Text Example

White with #B1863B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B1863B; }

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

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

background-color css

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

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

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

border-color css

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

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

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