Html Css Color HEX #B08934 Alpine

📋 copy color: '#B08934'

red 176 ◦ green 137 ◦ blue 52

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

Shades of Alpine #B08934

Tints of Alpine #B08934

RGB

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

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

 BLUE value IS 52 (20.7% from 255) = 14.25%

R = 48.22%
G = 37.53%
B = 14.25%

CMYK

 C value IS 0

 M value IS 0.22

 Y value IS 0.70

 K value IS 0.31

RGB Variations

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

Color information

#B08934 (or 0xB08934) is known color: Alpine. HEX triplet: B0, 89 and 34. RGB value is (176,137,52). Sum of RGB (Red+Green+Blue) = 176+137+52=365 (48% of max value = 765). Red value is 176 (69.14% from 255 or 48.22% from 365); Green value is 137 (53.91% from 255 or 37.53% from 365); Blue value is 52 (20.70% from 255 or 14.25% from 365); Max value from RGB is 176 - color contains mainly: red. Hex color #B08934 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #B08934 is #4F76CB. Grayscale: #8B8B8B. Windows color (decimal): -5207756 or 3443120. OLE color: 3443120.

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

Color convert

RGB 176 137 52 -
CMYK 0 0.22 0.70 0.31
HSL 41.13º 0.54% 0.45% -
HSV(B) 41.13º 0.7% 0.69% -
XYZ 27.47 27.37 7.08 -
YUV 138.97 78.92 154.41 -
System Red Green Blue C M Y K H S L
Decimal 176 137 52 0 0.22 0.70 0.31 41.13 0.54 0.45
Hex B0 89 34 0 16 46 1F 29 36 2D
Octal 260 211 64 0 26 106 37 51 66 55
Binary 10110000 10001001 110100 0 10110 1000110 11111 101001 110110 101101

Color Harmonies of #B08934

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B08934

Black with #B08934

Text Example


Text Example

White with #B08934

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B08934; }

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

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

background-color css

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

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

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

border-color css

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

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

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