Html Css Color HEX #B08C3E Alpine

📋 copy color: '#B08C3E'

red 176 ◦ green 140 ◦ blue 62

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

Shades of Alpine #B08C3E

Tints of Alpine #B08C3E

RGB

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

 GREEN value IS 140 (55.08% from 255) = 37.04%

 BLUE value IS 62 (24.61% from 255) = 16.4%

R = 46.56%
G = 37.04%
B = 16.4%

CMYK

 C value IS 0

 M value IS 0.20

 Y value IS 0.65

 K value IS 0.31

RGB Variations

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

Color information

#B08C3E (or 0xB08C3E) is known color: Alpine. HEX triplet: B0, 8C and 3E. RGB value is (176,140,62). Sum of RGB (Red+Green+Blue) = 176+140+62=378 (50% of max value = 765). Red value is 176 (69.14% from 255 or 46.56% from 378); Green value is 140 (55.08% from 255 or 37.04% from 378); Blue value is 62 (24.61% from 255 or 16.40% from 378); Max value from RGB is 176 - color contains mainly: red. Hex color #B08C3E is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #B08C3E is #4F73C1. Grayscale: #8E8E8E. Windows color (decimal): -5206978 or 4099248. OLE color: 4099248.

HSL color Cylindrical-coordinate representation of color #B08C3E: hue angle of 41.05º degrees, saturation: 0.48, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #B08C3E is Cyan = 0, Magento = 0.20, Yellow = 0.65 and Black (K on CMYK) = 0.31.

Color convert

RGB 176 140 62 -
CMYK 0 0.20 0.65 0.31
HSL 41.05º 0.48% 0.47% -
HSV(B) 41.05º 0.65% 0.69% -
XYZ 28.15 28.33 8.54 -
YUV 141.87 82.93 152.34 -
System Red Green Blue C M Y K H S L
Decimal 176 140 62 0 0.20 0.65 0.31 41.05 0.48 0.47
Hex B0 8C 3E 0 14 41 1F 29 30 2F
Octal 260 214 76 0 24 101 37 51 60 57
Binary 10110000 10001100 111110 0 10100 1000001 11111 101001 110000 101111

Color Harmonies of #B08C3E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B08C3E

Black with #B08C3E

Text Example


Text Example

White with #B08C3E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B08C3E; }

 p { color: rgb(176,140,62); }

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

background-color css

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

 a { background-color: rgb(176,140,62); }

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

border-color css

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

 span { border-color: rgb(176,140,62); }

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