Html Css Color HEX #B0843A Alpine

📋 copy color: '#B0843A'

red 176 ◦ green 132 ◦ blue 58

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

Shades of Alpine #B0843A

Tints of Alpine #B0843A

RGB

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

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

 BLUE value IS 58 (23.05% from 255) = 15.85%

R = 48.09%
G = 36.07%
B = 15.85%

CMYK

 C value IS 0

 M value IS 0.25

 Y value IS 0.67

 K value IS 0.31

RGB Variations

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

Color information

#B0843A (or 0xB0843A) is known color: Alpine. HEX triplet: B0, 84 and 3A. RGB value is (176,132,58). Sum of RGB (Red+Green+Blue) = 176+132+58=366 (48% of max value = 765). Red value is 176 (69.14% from 255 or 48.09% from 366); Green value is 132 (51.95% from 255 or 36.07% from 366); Blue value is 58 (23.05% from 255 or 15.85% from 366); Max value from RGB is 176 - color contains mainly: red. Hex color #B0843A is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #B0843A is #4F7BC5. Grayscale: #898989. Windows color (decimal): -5209030 or 3835056. OLE color: 3835056.

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

Color convert

RGB 176 132 58 -
CMYK 0 0.25 0.67 0.31
HSL 37.63º 0.5% 0.46% -
HSV(B) 37.63º 0.67% 0.69% -
XYZ 26.92 26.04 7.61 -
YUV 136.72 83.58 156.02 -
System Red Green Blue C M Y K H S L
Decimal 176 132 58 0 0.25 0.67 0.31 37.63 0.5 0.46
Hex B0 84 3A 0 19 43 1F 26 32 2E
Octal 260 204 72 0 31 103 37 46 62 56
Binary 10110000 10000100 111010 0 11001 1000011 11111 100110 110010 101110

Color Harmonies of #B0843A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B0843A

Black with #B0843A

Text Example


Text Example

White with #B0843A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B0843A; }

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

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

background-color css

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

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

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

border-color css

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

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

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