Html Css Color HEX #B0873D Alpine

📋 copy color: '#B0873D'

red 176 ◦ green 135 ◦ blue 61

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

Shades of Alpine #B0873D

Tints of Alpine #B0873D

RGB

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

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

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

R = 47.31%
G = 36.29%
B = 16.4%

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

#B0873D (or 0xB0873D) is known color: Alpine. HEX triplet: B0, 87 and 3D. RGB value is (176,135,61). Sum of RGB (Red+Green+Blue) = 176+135+61=372 (49% of max value = 765). Red value is 176 (69.14% from 255 or 47.31% from 372); Green value is 135 (53.12% from 255 or 36.29% from 372); Blue value is 61 (24.22% from 255 or 16.40% from 372); Max value from RGB is 176 - color contains mainly: red. Hex color #B0873D is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #B0873D is #4F78C2. Grayscale: #8B8B8B. Windows color (decimal): -5208259 or 4032432. OLE color: 4032432.

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

Color convert

RGB 176 135 61 -
CMYK 0 0.23 0.65 0.31
HSL 38.61º 0.49% 0.46% -
HSV(B) 38.61º 0.65% 0.69% -
XYZ 27.41 26.89 8.16 -
YUV 138.82 84.08 154.52 -
System Red Green Blue C M Y K H S L
Decimal 176 135 61 0 0.23 0.65 0.31 38.61 0.49 0.46
Hex B0 87 3D 0 17 41 1F 27 31 2E
Octal 260 207 75 0 27 101 37 47 61 56
Binary 10110000 10000111 111101 0 10111 1000001 11111 100111 110001 101110

Color Harmonies of #B0873D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B0873D

Black with #B0873D

Text Example


Text Example

White with #B0873D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B0873D; }

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

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

background-color css

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

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

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

border-color css

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

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

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