Html Css Color HEX #B08F37 Alpine

📋 copy color: '#B08F37'

red 176 ◦ green 143 ◦ blue 55

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

Shades of Alpine #B08F37

Tints of Alpine #B08F37

RGB

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

 GREEN value IS 143 (56.25% from 255) = 38.24%

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

R = 47.06%
G = 38.24%
B = 14.71%

CMYK

 C value IS 0

 M value IS 0.19

 Y value IS 0.69

 K value IS 0.31

RGB Variations

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

Color information

#B08F37 (or 0xB08F37) is known color: Alpine. HEX triplet: B0, 8F and 37. RGB value is (176,143,55). Sum of RGB (Red+Green+Blue) = 176+143+55=374 (49% of max value = 765). Red value is 176 (69.14% from 255 or 47.06% from 374); Green value is 143 (56.25% from 255 or 38.24% from 374); Blue value is 55 (21.88% from 255 or 14.71% from 374); Max value from RGB is 176 - color contains mainly: red. Hex color #B08F37 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #B08F37 is #4F70C8. Grayscale: #8F8F8F. Windows color (decimal): -5206217 or 3641264. OLE color: 3641264.

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

Color convert

RGB 176 143 55 -
CMYK 0 0.19 0.69 0.31
HSL 43.64º 0.52% 0.45% -
HSV(B) 43.64º 0.69% 0.69% -
XYZ 28.42 29.15 7.74 -
YUV 142.84 78.43 151.66 -
System Red Green Blue C M Y K H S L
Decimal 176 143 55 0 0.19 0.69 0.31 43.64 0.52 0.45
Hex B0 8F 37 0 13 45 1F 2C 34 2D
Octal 260 217 67 0 23 105 37 54 64 55
Binary 10110000 10001111 110111 0 10011 1000101 11111 101100 110100 101101

Color Harmonies of #B08F37

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B08F37

Black with #B08F37

Text Example


Text Example

White with #B08F37

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B08F37; }

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

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

background-color css

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

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

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

border-color css

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

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

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