Html Css Color HEX #B08237 Alpine

📋 copy color: '#B08237'

red 176 ◦ green 130 ◦ blue 55

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

Shades of Alpine #B08237

Tints of Alpine #B08237

RGB

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

 GREEN value IS 130 (51.17% from 255) = 36.01%

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

R = 48.75%
G = 36.01%
B = 15.24%

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

#B08237 (or 0xB08237) is known color: Alpine. HEX triplet: B0, 82 and 37. RGB value is (176,130,55). Sum of RGB (Red+Green+Blue) = 176+130+55=361 (47% of max value = 765). Red value is 176 (69.14% from 255 or 48.75% from 361); Green value is 130 (51.17% from 255 or 36.01% from 361); Blue value is 55 (21.88% from 255 or 15.24% from 361); Max value from RGB is 176 - color contains mainly: red. Hex color #B08237 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #B08237 is #4F7DC8. Grayscale: #878787. Windows color (decimal): -5209545 or 3637936. OLE color: 3637936.

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

Color convert

RGB 176 130 55 -
CMYK 0 0.26 0.69 0.31
HSL 37.19º 0.52% 0.45% -
HSV(B) 37.19º 0.69% 0.69% -
XYZ 26.58 25.47 7.13 -
YUV 135.2 82.74 157.1 -
System Red Green Blue C M Y K H S L
Decimal 176 130 55 0 0.26 0.69 0.31 37.19 0.52 0.45
Hex B0 82 37 0 1A 45 1F 25 34 2D
Octal 260 202 67 0 32 105 37 45 64 55
Binary 10110000 10000010 110111 0 11010 1000101 11111 100101 110100 101101

Color Harmonies of #B08237

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B08237

Black with #B08237

Text Example


Text Example

White with #B08237

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B08237; }

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

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

background-color css

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

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

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

border-color css

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

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

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