Html Css Color HEX #B29F9B Martini

📋 copy color: '#B29F9B'

red 178 ◦ green 159 ◦ blue 155

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

Shades of Martini #B29F9B

Tints of Martini #B29F9B

RGB

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

 GREEN value IS 159 (62.5% from 255) = 32.32%

 BLUE value IS 155 (60.94% from 255) = 31.5%

R = 36.18%
G = 32.32%
B = 31.5%

CMYK

 C value IS 0

 M value IS 0.11

 Y value IS 0.13

 K value IS 0.30

RGB Variations

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

Color information

#B29F9B (or 0xB29F9B) is known color: Martini. HEX triplet: B2, 9F and 9B. RGB value is (178,159,155). Sum of RGB (Red+Green+Blue) = 178+159+155=492 (65% of max value = 765). Red value is 178 (69.92% from 255 or 36.18% from 492); Green value is 159 (62.5% from 255 or 32.32% from 492); Blue value is 155 (60.94% from 255 or 31.50% from 492); Max value from RGB is 178 - color contains mainly: red. Hex color #B29F9B is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #B29F9B is #4D6064. Grayscale: #A4A4A4. Windows color (decimal): -5070949 or 10198962. OLE color: 10198962.

HSL color Cylindrical-coordinate representation of color #B29F9B: hue angle of 10.43º 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 #B29F9B is Cyan = 0, Magento = 0.11, Yellow = 0.13 and Black (K on CMYK) = 0.30.

Color convert

RGB 178 159 155 -
CMYK 0 0.11 0.13 0.30
HSL 10.43º 0.13% 0.65% -
HSV(B) 10.43º 0.13% 0.7% -
XYZ 36.67 36.63 36.15 -
YUV 164.23 122.79 137.83 -
System Red Green Blue C M Y K H S L
Decimal 178 159 155 0 0.11 0.13 0.30 10.43 0.13 0.65
Hex B2 9F 9B 0 B D 1E A D 41
Octal 262 237 233 0 13 15 36 12 15 101
Binary 10110010 10011111 10011011 0 1011 1101 11110 1010 1101 1000001

Color Harmonies of #B29F9B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B29F9B

Black with #B29F9B

Text Example


Text Example

White with #B29F9B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B29F9B; }

 p { color: rgb(178,159,155); }

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

background-color css

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

 a { background-color: rgb(178,159,155); }

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

border-color css

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

 span { border-color: rgb(178,159,155); }

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