Html Css Color HEX #B2A39A Martini

📋 copy color: '#B2A39A'

red 178 ◦ green 163 ◦ blue 154

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

Shades of Martini #B2A39A

Tints of Martini #B2A39A

RGB

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

 GREEN value IS 163 (64.06% from 255) = 32.93%

 BLUE value IS 154 (60.55% from 255) = 31.11%

R = 35.96%
G = 32.93%
B = 31.11%

CMYK

 C value IS 0

 M value IS 0.08

 Y value IS 0.13

 K value IS 0.30

RGB Variations

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

Color information

#B2A39A (or 0xB2A39A) is known color: Martini. HEX triplet: B2, A3 and 9A. RGB value is (178,163,154). Sum of RGB (Red+Green+Blue) = 178+163+154=495 (65% of max value = 765). Red value is 178 (69.92% from 255 or 35.96% from 495); Green value is 163 (64.06% from 255 or 32.93% from 495); Blue value is 154 (60.55% from 255 or 31.11% from 495); Max value from RGB is 178 - color contains mainly: red. Hex color #B2A39A is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #B2A39A is #4D5C65. Grayscale: #A6A6A6. Windows color (decimal): -5069926 or 10134450. OLE color: 10134450.

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

Color convert

RGB 178 163 154 -
CMYK 0 0.08 0.13 0.30
HSL 22.5º 0.13% 0.65% -
HSV(B) 22.5º 0.13% 0.7% -
XYZ 37.29 37.99 35.94 -
YUV 166.46 120.97 136.23 -
System Red Green Blue C M Y K H S L
Decimal 178 163 154 0 0.08 0.13 0.30 22.5 0.13 0.65
Hex B2 A3 9A 0 8 D 1E 16 D 41
Octal 262 243 232 0 10 15 36 26 15 101
Binary 10110010 10100011 10011010 0 1000 1101 11110 10110 1101 1000001

Color Harmonies of #B2A39A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B2A39A

Black with #B2A39A

Text Example


Text Example

White with #B2A39A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B2A39A; }

 p { color: rgb(178,163,154); }

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

background-color css

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

 a { background-color: rgb(178,163,154); }

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

border-color css

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

 span { border-color: rgb(178,163,154); }

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