Html Css Color HEX #B08944 Alpine

📋 copy color: '#B08944'

red 176 ◦ green 137 ◦ blue 68

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

Shades of Alpine #B08944

Tints of Alpine #B08944

RGB

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

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

 BLUE value IS 68 (26.95% from 255) = 17.85%

R = 46.19%
G = 35.96%
B = 17.85%

CMYK

 C value IS 0

 M value IS 0.22

 Y value IS 0.61

 K value IS 0.31

RGB Variations

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

Color information

#B08944 (or 0xB08944) is known color: Alpine. HEX triplet: B0, 89 and 44. RGB value is (176,137,68). Sum of RGB (Red+Green+Blue) = 176+137+68=381 (50% of max value = 765). Red value is 176 (69.14% from 255 or 46.19% from 381); Green value is 137 (53.91% from 255 or 35.96% from 381); Blue value is 68 (26.95% from 255 or 17.85% from 381); Max value from RGB is 176 - color contains mainly: red. Hex color #B08944 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #B08944 is #4F76BB. Grayscale: #8D8D8D. Windows color (decimal): -5207740 or 4491696. OLE color: 4491696.

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

Color convert

RGB 176 137 68 -
CMYK 0 0.22 0.61 0.31
HSL 38.33º 0.44% 0.48% -
HSV(B) 38.33º 0.61% 0.69% -
XYZ 27.89 27.54 9.31 -
YUV 140.8 86.92 153.11 -
System Red Green Blue C M Y K H S L
Decimal 176 137 68 0 0.22 0.61 0.31 38.33 0.44 0.48
Hex B0 89 44 0 16 3D 1F 26 2C 30
Octal 260 211 104 0 26 75 37 46 54 60
Binary 10110000 10001001 1000100 0 10110 111101 11111 100110 101100 110000

Color Harmonies of #B08944

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B08944

Black with #B08944

Text Example


Text Example

White with #B08944

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B08944; }

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

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

background-color css

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

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

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

border-color css

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

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

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