Html Css Color HEX #B0883D Alpine

📋 copy color: '#B0883D'

red 176 ◦ green 136 ◦ blue 61

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

Shades of Alpine #B0883D

Tints of Alpine #B0883D

RGB

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

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

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

R = 47.18%
G = 36.46%
B = 16.35%

CMYK

 C value IS 0

 M value IS 0.23

 Y value IS 0.65

 K value IS 0.31

RGB Variations

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

Color information

#B0883D (or 0xB0883D) is known color: Alpine. HEX triplet: B0, 88 and 3D. RGB value is (176,136,61). Sum of RGB (Red+Green+Blue) = 176+136+61=373 (49% of max value = 765). Red value is 176 (69.14% from 255 or 47.18% from 373); Green value is 136 (53.52% from 255 or 36.46% from 373); Blue value is 61 (24.22% from 255 or 16.35% from 373); Max value from RGB is 176 - color contains mainly: red. Hex color #B0883D is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #B0883D is #4F77C2. Grayscale: #8B8B8B. Windows color (decimal): -5208003 or 4032688. OLE color: 4032688.

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

Color convert

RGB 176 136 61 -
CMYK 0 0.23 0.65 0.31
HSL 39.13º 0.49% 0.46% -
HSV(B) 39.13º 0.65% 0.69% -
XYZ 27.55 27.18 8.21 -
YUV 139.41 83.75 154.1 -
System Red Green Blue C M Y K H S L
Decimal 176 136 61 0 0.23 0.65 0.31 39.13 0.49 0.46
Hex B0 88 3D 0 17 41 1F 27 31 2E
Octal 260 210 75 0 27 101 37 47 61 56
Binary 10110000 10001000 111101 0 10111 1000001 11111 100111 110001 101110

Color Harmonies of #B0883D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B0883D

Black with #B0883D

Text Example


Text Example

White with #B0883D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B0883D; }

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

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

background-color css

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

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

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

border-color css

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

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

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