Html Css Color HEX #B0863D Alpine

📋 copy color: '#B0863D'

red 176 ◦ green 134 ◦ blue 61

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

Shades of Alpine #B0863D

Tints of Alpine #B0863D

RGB

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

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

 BLUE value IS 61 (24.22% from 255) = 16.44%

R = 47.44%
G = 36.12%
B = 16.44%

CMYK

 C value IS 0

 M value IS 0.24

 Y value IS 0.65

 K value IS 0.31

RGB Variations

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

Color information

#B0863D (or 0xB0863D) is known color: Alpine. HEX triplet: B0, 86 and 3D. RGB value is (176,134,61). Sum of RGB (Red+Green+Blue) = 176+134+61=371 (49% of max value = 765). Red value is 176 (69.14% from 255 or 47.44% from 371); Green value is 134 (52.73% from 255 or 36.12% from 371); Blue value is 61 (24.22% from 255 or 16.44% from 371); Max value from RGB is 176 - color contains mainly: red. Hex color #B0863D is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #B0863D is #4F79C2. Grayscale: #8A8A8A. Windows color (decimal): -5208515 or 4032176. OLE color: 4032176.

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

Color convert

RGB 176 134 61 -
CMYK 0 0.24 0.65 0.31
HSL 38.09º 0.49% 0.46% -
HSV(B) 38.09º 0.65% 0.69% -
XYZ 27.27 26.62 8.12 -
YUV 138.24 84.41 154.94 -
System Red Green Blue C M Y K H S L
Decimal 176 134 61 0 0.24 0.65 0.31 38.09 0.49 0.46
Hex B0 86 3D 0 18 41 1F 26 31 2E
Octal 260 206 75 0 30 101 37 46 61 56
Binary 10110000 10000110 111101 0 11000 1000001 11111 100110 110001 101110

Color Harmonies of #B0863D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B0863D

Black with #B0863D

Text Example


Text Example

White with #B0863D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B0863D; }

 p { color: rgb(176,134,61); }

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

background-color css

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

 a { background-color: rgb(176,134,61); }

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

border-color css

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

 span { border-color: rgb(176,134,61); }

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