Html Css Color HEX #B0853F Alpine

📋 copy color: '#B0853F'

red 176 ◦ green 133 ◦ blue 63

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

Shades of Alpine #B0853F

Tints of Alpine #B0853F

RGB

 RED value IS 176 (69.14% from 255) = 47.31%

 GREEN value IS 133 (52.34% from 255) = 35.75%

 BLUE value IS 63 (25% from 255) = 16.94%

R = 47.31%
G = 35.75%
B = 16.94%

CMYK

 C value IS 0

 M value IS 0.24

 Y value IS 0.64

 K value IS 0.31

RGB Variations

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

Color information

#B0853F (or 0xB0853F) is known color: Alpine. HEX triplet: B0, 85 and 3F. RGB value is (176,133,63). Sum of RGB (Red+Green+Blue) = 176+133+63=372 (49% of max value = 765). Red value is 176 (69.14% from 255 or 47.31% from 372); Green value is 133 (52.34% from 255 or 35.75% from 372); Blue value is 63 (25% from 255 or 16.94% from 372); Max value from RGB is 176 - color contains mainly: red. Hex color #B0853F is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #B0853F is #4F7AC0. Grayscale: #8A8A8A. Windows color (decimal): -5208769 or 4162992. OLE color: 4162992.

HSL color Cylindrical-coordinate representation of color #B0853F: hue angle of 37.17º degrees, saturation: 0.47, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #B0853F is Cyan = 0, Magento = 0.24, Yellow = 0.64 and Black (K on CMYK) = 0.31.

Color convert

RGB 176 133 63 -
CMYK 0 0.24 0.64 0.31
HSL 37.17º 0.47% 0.47% -
HSV(B) 37.17º 0.64% 0.69% -
XYZ 27.19 26.36 8.36 -
YUV 137.88 85.75 155.19 -
System Red Green Blue C M Y K H S L
Decimal 176 133 63 0 0.24 0.64 0.31 37.17 0.47 0.47
Hex B0 85 3F 0 18 40 1F 25 2F 2F
Octal 260 205 77 0 30 100 37 45 57 57
Binary 10110000 10000101 111111 0 11000 1000000 11111 100101 101111 101111

Color Harmonies of #B0853F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B0853F

Black with #B0853F

Text Example


Text Example

White with #B0853F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B0853F; }

 p { color: rgb(176,133,63); }

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

background-color css

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

 a { background-color: rgb(176,133,63); }

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

border-color css

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

 span { border-color: rgb(176,133,63); }

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