Html Css Color HEX #B0843E Alpine

📋 copy color: '#B0843E'

red 176 ◦ green 132 ◦ blue 62

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

Shades of Alpine #B0843E

Tints of Alpine #B0843E

RGB

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

 GREEN value IS 132 (51.95% from 255) = 35.68%

 BLUE value IS 62 (24.61% from 255) = 16.76%

R = 47.57%
G = 35.68%
B = 16.76%

CMYK

 C value IS 0

 M value IS 0.25

 Y value IS 0.65

 K value IS 0.31

RGB Variations

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

Color information

#B0843E (or 0xB0843E) is known color: Alpine. HEX triplet: B0, 84 and 3E. RGB value is (176,132,62). Sum of RGB (Red+Green+Blue) = 176+132+62=370 (49% of max value = 765). Red value is 176 (69.14% from 255 or 47.57% from 370); Green value is 132 (51.95% from 255 or 35.68% from 370); Blue value is 62 (24.61% from 255 or 16.76% from 370); Max value from RGB is 176 - color contains mainly: red. Hex color #B0843E is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #B0843E is #4F7BC1. Grayscale: #898989. Windows color (decimal): -5209026 or 4097200. OLE color: 4097200.

HSL color Cylindrical-coordinate representation of color #B0843E: hue angle of 36.84º degrees, saturation: 0.48, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #B0843E is Cyan = 0, Magento = 0.25, Yellow = 0.65 and Black (K on CMYK) = 0.31.

Color convert

RGB 176 132 62 -
CMYK 0 0.25 0.65 0.31
HSL 36.84º 0.48% 0.47% -
HSV(B) 36.84º 0.65% 0.69% -
XYZ 27.03 26.08 8.17 -
YUV 137.18 85.58 155.69 -
System Red Green Blue C M Y K H S L
Decimal 176 132 62 0 0.25 0.65 0.31 36.84 0.48 0.47
Hex B0 84 3E 0 19 41 1F 25 30 2F
Octal 260 204 76 0 31 101 37 45 60 57
Binary 10110000 10000100 111110 0 11001 1000001 11111 100101 110000 101111

Color Harmonies of #B0843E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B0843E

Black with #B0843E

Text Example


Text Example

White with #B0843E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B0843E; }

 p { color: rgb(176,132,62); }

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

background-color css

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

 a { background-color: rgb(176,132,62); }

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

border-color css

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

 span { border-color: rgb(176,132,62); }

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