Html Css Color HEX #B08337 Alpine

📋 copy color: '#B08337'

red 176 ◦ green 131 ◦ blue 55

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

Shades of Alpine #B08337

Tints of Alpine #B08337

RGB

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

 GREEN value IS 131 (51.56% from 255) = 36.19%

 BLUE value IS 55 (21.88% from 255) = 15.19%

R = 48.62%
G = 36.19%
B = 15.19%

CMYK

 C value IS 0

 M value IS 0.26

 Y value IS 0.69

 K value IS 0.31

RGB Variations

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

Color information

#B08337 (or 0xB08337) is known color: Alpine. HEX triplet: B0, 83 and 37. RGB value is (176,131,55). Sum of RGB (Red+Green+Blue) = 176+131+55=362 (47% of max value = 765). Red value is 176 (69.14% from 255 or 48.62% from 362); Green value is 131 (51.56% from 255 or 36.19% from 362); Blue value is 55 (21.88% from 255 or 15.19% from 362); Max value from RGB is 176 - color contains mainly: red. Hex color #B08337 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #B08337 is #4F7CC8. Grayscale: #888888. Windows color (decimal): -5209289 or 3638192. OLE color: 3638192.

HSL color Cylindrical-coordinate representation of color #B08337: hue angle of 37.69º degrees, saturation: 0.52, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #B08337 is Cyan = 0, Magento = 0.26, Yellow = 0.69 and Black (K on CMYK) = 0.31.

Color convert

RGB 176 131 55 -
CMYK 0 0.26 0.69 0.31
HSL 37.69º 0.52% 0.45% -
HSV(B) 37.69º 0.69% 0.69% -
XYZ 26.71 25.74 7.17 -
YUV 135.79 82.41 156.68 -
System Red Green Blue C M Y K H S L
Decimal 176 131 55 0 0.26 0.69 0.31 37.69 0.52 0.45
Hex B0 83 37 0 1A 45 1F 26 34 2D
Octal 260 203 67 0 32 105 37 46 64 55
Binary 10110000 10000011 110111 0 11010 1000101 11111 100110 110100 101101

Color Harmonies of #B08337

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B08337

Black with #B08337

Text Example


Text Example

White with #B08337

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B08337; }

 p { color: rgb(176,131,55); }

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

background-color css

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

 a { background-color: rgb(176,131,55); }

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

border-color css

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

 span { border-color: rgb(176,131,55); }

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