Html Css Color HEX #B08635 Alpine

📋 copy color: '#B08635'

red 176 ◦ green 134 ◦ blue 53

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

Shades of Alpine #B08635

Tints of Alpine #B08635

RGB

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

 GREEN value IS 134 (52.73% from 255) = 36.91%

 BLUE value IS 53 (21.09% from 255) = 14.6%

R = 48.48%
G = 36.91%
B = 14.6%

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

#B08635 (or 0xB08635) is known color: Alpine. HEX triplet: B0, 86 and 35. RGB value is (176,134,53). Sum of RGB (Red+Green+Blue) = 176+134+53=363 (48% of max value = 765). Red value is 176 (69.14% from 255 or 48.48% from 363); Green value is 134 (52.73% from 255 or 36.91% from 363); Blue value is 53 (21.09% from 255 or 14.60% from 363); Max value from RGB is 176 - color contains mainly: red. Hex color #B08635 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #B08635 is #4F79CA. Grayscale: #898989. Windows color (decimal): -5208523 or 3507888. OLE color: 3507888.

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

Color convert

RGB 176 134 53 -
CMYK 0 0.24 0.70 0.31
HSL 39.51º 0.54% 0.45% -
HSV(B) 39.51º 0.7% 0.69% -
XYZ 27.07 26.54 7.06 -
YUV 137.32 80.41 155.59 -
System Red Green Blue C M Y K H S L
Decimal 176 134 53 0 0.24 0.70 0.31 39.51 0.54 0.45
Hex B0 86 35 0 18 46 1F 28 36 2D
Octal 260 206 65 0 30 106 37 50 66 55
Binary 10110000 10000110 110101 0 11000 1000110 11111 101000 110110 101101

Color Harmonies of #B08635

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B08635

Black with #B08635

Text Example


Text Example

White with #B08635

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B08635; }

 p { color: rgb(176,134,53); }

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

background-color css

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

 a { background-color: rgb(176,134,53); }

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

border-color css

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

 span { border-color: rgb(176,134,53); }

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