Html Css Color HEX #B0883F Alpine

📋 copy color: '#B0883F'

red 176 ◦ green 136 ◦ blue 63

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

Shades of Alpine #B0883F

Tints of Alpine #B0883F

RGB

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

 GREEN value IS 136 (53.52% from 255) = 36.27%

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

R = 46.93%
G = 36.27%
B = 16.8%

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

#B0883F (or 0xB0883F) is known color: Alpine. HEX triplet: B0, 88 and 3F. RGB value is (176,136,63). Sum of RGB (Red+Green+Blue) = 176+136+63=375 (49% of max value = 765). Red value is 176 (69.14% from 255 or 46.93% from 375); Green value is 136 (53.52% from 255 or 36.27% from 375); Blue value is 63 (25% from 255 or 16.8% from 375); Max value from RGB is 176 - color contains mainly: red. Hex color #B0883F is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #B0883F is #4F77C0. Grayscale: #8B8B8B. Windows color (decimal): -5208001 or 4163760. OLE color: 4163760.

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

Color convert

RGB 176 136 63 -
CMYK 0 0.23 0.64 0.31
HSL 38.76º 0.47% 0.47% -
HSV(B) 38.76º 0.64% 0.69% -
XYZ 27.61 27.2 8.5 -
YUV 139.64 84.75 153.94 -
System Red Green Blue C M Y K H S L
Decimal 176 136 63 0 0.23 0.64 0.31 38.76 0.47 0.47
Hex B0 88 3F 0 17 40 1F 27 2F 2F
Octal 260 210 77 0 27 100 37 47 57 57
Binary 10110000 10001000 111111 0 10111 1000000 11111 100111 101111 101111

Color Harmonies of #B0883F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B0883F

Black with #B0883F

Text Example


Text Example

White with #B0883F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B0883F; }

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

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

background-color css

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

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

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

border-color css

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

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

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