Html Css Color HEX #B0873F Alpine

📋 copy color: '#B0873F'

red 176 ◦ green 135 ◦ blue 63

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

Shades of Alpine #B0873F

Tints of Alpine #B0873F

RGB

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

 GREEN value IS 135 (53.13% from 255) = 36.1%

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

R = 47.06%
G = 36.1%
B = 16.84%

CMYK

 C value IS 0

 M value IS 0.23

 Y value IS 0.64

 K value IS 0.31

RGB Variations

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

Color information

#B0873F (or 0xB0873F) is known color: Alpine. HEX triplet: B0, 87 and 3F. RGB value is (176,135,63). Sum of RGB (Red+Green+Blue) = 176+135+63=374 (49% of max value = 765). Red value is 176 (69.14% from 255 or 47.06% from 374); Green value is 135 (53.12% from 255 or 36.10% from 374); Blue value is 63 (25% from 255 or 16.84% from 374); Max value from RGB is 176 - color contains mainly: red. Hex color #B0873F is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #B0873F is #4F78C0. Grayscale: #8B8B8B. Windows color (decimal): -5208257 or 4163504. OLE color: 4163504.

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

Color convert

RGB 176 135 63 -
CMYK 0 0.23 0.64 0.31
HSL 38.23º 0.47% 0.47% -
HSV(B) 38.23º 0.64% 0.69% -
XYZ 27.47 26.92 8.45 -
YUV 139.05 85.08 154.35 -
System Red Green Blue C M Y K H S L
Decimal 176 135 63 0 0.23 0.64 0.31 38.23 0.47 0.47
Hex B0 87 3F 0 17 40 1F 26 2F 2F
Octal 260 207 77 0 27 100 37 46 57 57
Binary 10110000 10000111 111111 0 10111 1000000 11111 100110 101111 101111

Color Harmonies of #B0873F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B0873F

Black with #B0873F

Text Example


Text Example

White with #B0873F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B0873F; }

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

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

background-color css

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

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

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

border-color css

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

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

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