Html Css Color HEX #B0863A Alpine

📋 copy color: '#B0863A'

red 176 ◦ green 134 ◦ blue 58

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

Shades of Alpine #B0863A

Tints of Alpine #B0863A

RGB

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

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

 BLUE value IS 58 (23.05% from 255) = 15.76%

R = 47.83%
G = 36.41%
B = 15.76%

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

#B0863A (or 0xB0863A) is known color: Alpine. HEX triplet: B0, 86 and 3A. RGB value is (176,134,58). Sum of RGB (Red+Green+Blue) = 176+134+58=368 (48% of max value = 765). Red value is 176 (69.14% from 255 or 47.83% from 368); Green value is 134 (52.73% from 255 or 36.41% from 368); Blue value is 58 (23.05% from 255 or 15.76% from 368); Max value from RGB is 176 - color contains mainly: red. Hex color #B0863A is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #B0863A is #4F79C5. Grayscale: #8A8A8A. Windows color (decimal): -5208518 or 3835568. OLE color: 3835568.

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

Color convert

RGB 176 134 58 -
CMYK 0 0.24 0.67 0.31
HSL 38.64º 0.5% 0.46% -
HSV(B) 38.64º 0.67% 0.69% -
XYZ 27.19 26.59 7.7 -
YUV 137.89 82.91 155.18 -
System Red Green Blue C M Y K H S L
Decimal 176 134 58 0 0.24 0.67 0.31 38.64 0.5 0.46
Hex B0 86 3A 0 18 43 1F 27 32 2E
Octal 260 206 72 0 30 103 37 47 62 56
Binary 10110000 10000110 111010 0 11000 1000011 11111 100111 110010 101110

Color Harmonies of #B0863A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B0863A

Black with #B0863A

Text Example


Text Example

White with #B0863A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B0863A; }

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

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

background-color css

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

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

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

border-color css

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

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

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