Html Css Color HEX #B2A29C Martini

📋 copy color: '#B2A29C'

red 178 ◦ green 162 ◦ blue 156

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

Shades of Martini #B2A29C

Tints of Martini #B2A29C

RGB

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

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

 BLUE value IS 156 (61.33% from 255) = 31.45%

R = 35.89%
G = 32.66%
B = 31.45%

CMYK

 C value IS 0

 M value IS 0.09

 Y value IS 0.12

 K value IS 0.30

RGB Variations

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

Color information

#B2A29C (or 0xB2A29C) is known color: Martini. HEX triplet: B2, A2 and 9C. RGB value is (178,162,156). Sum of RGB (Red+Green+Blue) = 178+162+156=496 (65% of max value = 765). Red value is 178 (69.92% from 255 or 35.89% from 496); Green value is 162 (63.67% from 255 or 32.66% from 496); Blue value is 156 (61.33% from 255 or 31.45% from 496); Max value from RGB is 178 - color contains mainly: red. Hex color #B2A29C is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #B2A29C is #4D5D63. Grayscale: #A6A6A6. Windows color (decimal): -5070180 or 10265266. OLE color: 10265266.

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

Color convert

RGB 178 162 156 -
CMYK 0 0.09 0.12 0.30
HSL 16.36º 0.13% 0.65% -
HSV(B) 16.36º 0.12% 0.7% -
XYZ 37.28 37.71 36.77 -
YUV 166.1 122.3 136.49 -
System Red Green Blue C M Y K H S L
Decimal 178 162 156 0 0.09 0.12 0.30 16.36 0.13 0.65
Hex B2 A2 9C 0 9 C 1E 10 C 41
Octal 262 242 234 0 11 14 36 20 14 101
Binary 10110010 10100010 10011100 0 1001 1100 11110 10000 1100 1000001

Color Harmonies of #B2A29C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B2A29C

Black with #B2A29C

Text Example


Text Example

White with #B2A29C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B2A29C; }

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

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

background-color css

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

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

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

border-color css

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

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

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