Html Css Color HEX #B0893D Alpine

📋 copy color: '#B0893D'

red 176 ◦ green 137 ◦ blue 61

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

Shades of Alpine #B0893D

Tints of Alpine #B0893D

RGB

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

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

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

R = 47.06%
G = 36.63%
B = 16.31%

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

#B0893D (or 0xB0893D) is known color: Alpine. HEX triplet: B0, 89 and 3D. RGB value is (176,137,61). Sum of RGB (Red+Green+Blue) = 176+137+61=374 (49% of max value = 765). Red value is 176 (69.14% from 255 or 47.06% from 374); Green value is 137 (53.91% from 255 or 36.63% from 374); Blue value is 61 (24.22% from 255 or 16.31% from 374); Max value from RGB is 176 - color contains mainly: red. Hex color #B0893D is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #B0893D is #4F76C2. Grayscale: #8C8C8C. Windows color (decimal): -5207747 or 4032944. OLE color: 4032944.

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

Color convert

RGB 176 137 61 -
CMYK 0 0.22 0.65 0.31
HSL 39.65º 0.49% 0.46% -
HSV(B) 39.65º 0.65% 0.69% -
XYZ 27.69 27.46 8.26 -
YUV 140 83.42 153.68 -
System Red Green Blue C M Y K H S L
Decimal 176 137 61 0 0.22 0.65 0.31 39.65 0.49 0.46
Hex B0 89 3D 0 16 41 1F 28 31 2E
Octal 260 211 75 0 26 101 37 50 61 56
Binary 10110000 10001001 111101 0 10110 1000001 11111 101000 110001 101110

Color Harmonies of #B0893D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B0893D

Black with #B0893D

Text Example


Text Example

White with #B0893D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B0893D; }

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

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

background-color css

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

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

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

border-color css

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

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

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