Html Css Color HEX #B08534 Alpine

📋 copy color: '#B08534'

red 176 ◦ green 133 ◦ blue 52

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

Shades of Alpine #B08534

Tints of Alpine #B08534

RGB

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

 GREEN value IS 133 (52.34% from 255) = 36.84%

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

R = 48.75%
G = 36.84%
B = 14.4%

CMYK

 C value IS 0

 M value IS 0.24

 Y value IS 0.70

 K value IS 0.31

RGB Variations

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

Color information

#B08534 (or 0xB08534) is known color: Alpine. HEX triplet: B0, 85 and 34. RGB value is (176,133,52). Sum of RGB (Red+Green+Blue) = 176+133+52=361 (47% of max value = 765). Red value is 176 (69.14% from 255 or 48.75% from 361); Green value is 133 (52.34% from 255 or 36.84% from 361); Blue value is 52 (20.70% from 255 or 14.40% from 361); Max value from RGB is 176 - color contains mainly: red. Hex color #B08534 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #B08534 is #4F7ACB. Grayscale: #888888. Windows color (decimal): -5208780 or 3442096. OLE color: 3442096.

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

Color convert

RGB 176 133 52 -
CMYK 0 0.24 0.70 0.31
HSL 39.19º 0.54% 0.45% -
HSV(B) 39.19º 0.7% 0.69% -
XYZ 26.91 26.25 6.9 -
YUV 136.62 80.25 156.09 -
System Red Green Blue C M Y K H S L
Decimal 176 133 52 0 0.24 0.70 0.31 39.19 0.54 0.45
Hex B0 85 34 0 18 46 1F 27 36 2D
Octal 260 205 64 0 30 106 37 47 66 55
Binary 10110000 10000101 110100 0 11000 1000110 11111 100111 110110 101101

Color Harmonies of #B08534

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B08534

Black with #B08534

Text Example


Text Example

White with #B08534

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B08534; }

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

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

background-color css

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

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

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

border-color css

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

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

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