Html Css Color HEX #B6A299 Martini

📋 copy color: '#B6A299'

red 182 ◦ green 162 ◦ blue 153

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

Shades of Martini #B6A299

Tints of Martini #B6A299

RGB

 RED value IS 182 (71.48% from 255) = 36.62%

 GREEN value IS 162 (63.67% from 255) = 32.6%

 BLUE value IS 153 (60.16% from 255) = 30.78%

R = 36.62%
G = 32.6%
B = 30.78%

CMYK

 C value IS 0

 M value IS 0.11

 Y value IS 0.16

 K value IS 0.29

RGB Variations

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

Color information

#B6A299 (or 0xB6A299) is known color: Martini. HEX triplet: B6, A2 and 99. RGB value is (182,162,153). Sum of RGB (Red+Green+Blue) = 182+162+153=497 (65% of max value = 765). Red value is 182 (71.48% from 255 or 36.62% from 497); Green value is 162 (63.67% from 255 or 32.60% from 497); Blue value is 153 (60.16% from 255 or 30.78% from 497); Max value from RGB is 182 - color contains mainly: red. Hex color #B6A299 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #B6A299 is #495D66. Grayscale: #A7A7A7. Windows color (decimal): -4808039 or 10068662. OLE color: 10068662.

HSL color Cylindrical-coordinate representation of color #B6A299: hue angle of 18.62º degrees, saturation: 0.17, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #B6A299 is Cyan = 0, Magento = 0.11, Yellow = 0.16 and Black (K on CMYK) = 0.29.

Color convert

RGB 182 162 153 -
CMYK 0 0.11 0.16 0.29
HSL 18.62º 0.17% 0.66% -
HSV(B) 18.62º 0.16% 0.71% -
XYZ 37.96 38.09 35.49 -
YUV 166.95 120.13 138.73 -
System Red Green Blue C M Y K H S L
Decimal 182 162 153 0 0.11 0.16 0.29 18.62 0.17 0.66
Hex B6 A2 99 0 B 10 1D 13 11 42
Octal 266 242 231 0 13 20 35 23 21 102
Binary 10110110 10100010 10011001 0 1011 10000 11101 10011 10001 1000010

Color Harmonies of #B6A299

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B6A299

Black with #B6A299

Text Example


Text Example

White with #B6A299

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B6A299; }

 p { color: rgb(182,162,153); }

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

background-color css

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

 a { background-color: rgb(182,162,153); }

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

border-color css

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

 span { border-color: rgb(182,162,153); }

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