Html Css Color HEX #B2A299 Martini

📋 copy color: '#B2A299'

red 178 ◦ green 162 ◦ blue 153

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

Shades of Martini #B2A299

Tints of Martini #B2A299

RGB

 RED value IS 178 (69.92% from 255) = 36.11%

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

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

R = 36.11%
G = 32.86%
B = 31.03%

CMYK

 C value IS 0

 M value IS 0.09

 Y value IS 0.14

 K value IS 0.30

RGB Variations

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

Color information

#B2A299 (or 0xB2A299) is known color: Martini. HEX triplet: B2, A2 and 99. RGB value is (178,162,153). Sum of RGB (Red+Green+Blue) = 178+162+153=493 (65% of max value = 765). Red value is 178 (69.92% from 255 or 36.11% from 493); Green value is 162 (63.67% from 255 or 32.86% from 493); Blue value is 153 (60.16% from 255 or 31.03% from 493); Max value from RGB is 178 - color contains mainly: red. Hex color #B2A299 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #B2A299 is #4D5D66. Grayscale: #A5A5A5. Windows color (decimal): -5070183 or 10068658. OLE color: 10068658.

HSL color Cylindrical-coordinate representation of color #B2A299: hue angle of 21.6º degrees, saturation: 0.14, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #B2A299 is Cyan = 0, Magento = 0.09, Yellow = 0.14 and Black (K on CMYK) = 0.30.

Color convert

RGB 178 162 153 -
CMYK 0 0.09 0.14 0.30
HSL 21.6º 0.14% 0.65% -
HSV(B) 21.6º 0.14% 0.7% -
XYZ 37.03 37.61 35.44 -
YUV 165.76 120.8 136.73 -
System Red Green Blue C M Y K H S L
Decimal 178 162 153 0 0.09 0.14 0.30 21.6 0.14 0.65
Hex B2 A2 99 0 9 E 1E 16 E 41
Octal 262 242 231 0 11 16 36 26 16 101
Binary 10110010 10100010 10011001 0 1001 1110 11110 10110 1110 1000001

Color Harmonies of #B2A299

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B2A299

Black with #B2A299

Text Example


Text Example

White with #B2A299

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B2A299; }

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

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

background-color css

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

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

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

border-color css

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

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

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