Html Css Color HEX #B0893E Alpine

📋 copy color: '#B0893E'

red 176 ◦ green 137 ◦ blue 62

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

Shades of Alpine #B0893E

Tints of Alpine #B0893E

RGB

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

 GREEN value IS 137 (53.91% from 255) = 36.53%

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

R = 46.93%
G = 36.53%
B = 16.53%

CMYK

 C value IS 0

 M value IS 0.22

 Y value IS 0.65

 K value IS 0.31

RGB Variations

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

Color information

#B0893E (or 0xB0893E) is known color: Alpine. HEX triplet: B0, 89 and 3E. RGB value is (176,137,62). Sum of RGB (Red+Green+Blue) = 176+137+62=375 (49% of max value = 765). Red value is 176 (69.14% from 255 or 46.93% from 375); Green value is 137 (53.91% from 255 or 36.53% from 375); Blue value is 62 (24.61% from 255 or 16.53% from 375); Max value from RGB is 176 - color contains mainly: red. Hex color #B0893E is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #B0893E is #4F76C1. Grayscale: #8C8C8C. Windows color (decimal): -5207746 or 4098480. OLE color: 4098480.

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

Color convert

RGB 176 137 62 -
CMYK 0 0.22 0.65 0.31
HSL 39.47º 0.48% 0.47% -
HSV(B) 39.47º 0.65% 0.69% -
XYZ 27.72 27.47 8.4 -
YUV 140.11 83.92 153.6 -
System Red Green Blue C M Y K H S L
Decimal 176 137 62 0 0.22 0.65 0.31 39.47 0.48 0.47
Hex B0 89 3E 0 16 41 1F 27 30 2F
Octal 260 211 76 0 26 101 37 47 60 57
Binary 10110000 10001001 111110 0 10110 1000001 11111 100111 110000 101111

Color Harmonies of #B0893E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B0893E

Black with #B0893E

Text Example


Text Example

White with #B0893E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B0893E; }

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

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

background-color css

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

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

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

border-color css

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

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

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