Html Css Color HEX #B2A09D Martini

📋 copy color: '#B2A09D'

red 178 ◦ green 160 ◦ blue 157

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

Shades of Martini #B2A09D

Tints of Martini #B2A09D

RGB

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

 GREEN value IS 160 (62.89% from 255) = 32.32%

 BLUE value IS 157 (61.72% from 255) = 31.72%

R = 35.96%
G = 32.32%
B = 31.72%

CMYK

 C value IS 0

 M value IS 0.10

 Y value IS 0.12

 K value IS 0.30

RGB Variations

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

Color information

#B2A09D (or 0xB2A09D) is known color: Martini. HEX triplet: B2, A0 and 9D. RGB value is (178,160,157). Sum of RGB (Red+Green+Blue) = 178+160+157=495 (65% of max value = 765). Red value is 178 (69.92% from 255 or 35.96% from 495); Green value is 160 (62.89% from 255 or 32.32% from 495); Blue value is 157 (61.72% from 255 or 31.72% from 495); Max value from RGB is 178 - color contains mainly: red. Hex color #B2A09D is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #B2A09D is #4D5F62. Grayscale: #A5A5A5. Windows color (decimal): -5070691 or 10330290. OLE color: 10330290.

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

Color convert

RGB 178 160 157 -
CMYK 0 0.10 0.12 0.30
HSL 8.57º 0.12% 0.66% -
HSV(B) 8.57º 0.12% 0.7% -
XYZ 37.02 37.04 37.1 -
YUV 165.04 123.46 137.24 -
System Red Green Blue C M Y K H S L
Decimal 178 160 157 0 0.10 0.12 0.30 8.57 0.12 0.66
Hex B2 A0 9D 0 A C 1E 9 C 42
Octal 262 240 235 0 12 14 36 11 14 102
Binary 10110010 10100000 10011101 0 1010 1100 11110 1001 1100 1000010

Color Harmonies of #B2A09D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B2A09D

Black with #B2A09D

Text Example


Text Example

White with #B2A09D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B2A09D; }

 p { color: rgb(178,160,157); }

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

background-color css

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

 a { background-color: rgb(178,160,157); }

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

border-color css

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

 span { border-color: rgb(178,160,157); }

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