Html Css Color HEX #B9A29B Martini

📋 copy color: '#B9A29B'

red 185 ◦ green 162 ◦ blue 155

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

Shades of Martini #B9A29B

Tints of Martini #B9A29B

RGB

 RED value IS 185 (72.66% from 255) = 36.85%

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

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

R = 36.85%
G = 32.27%
B = 30.88%

CMYK

 C value IS 0

 M value IS 0.12

 Y value IS 0.16

 K value IS 0.27

RGB Variations

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

Color information

#B9A29B (or 0xB9A29B) is known color: Martini. HEX triplet: B9, A2 and 9B. RGB value is (185,162,155). Sum of RGB (Red+Green+Blue) = 185+162+155=502 (66% of max value = 765). Red value is 185 (72.66% from 255 or 36.85% from 502); Green value is 162 (63.67% from 255 or 32.27% from 502); Blue value is 155 (60.94% from 255 or 30.88% from 502); Max value from RGB is 185 - color contains mainly: red. Hex color #B9A29B is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #B9A29B is #465D64. Grayscale: #A8A8A8. Windows color (decimal): -4611429 or 10199737. OLE color: 10199737.

HSL color Cylindrical-coordinate representation of color #B9A29B: hue angle of 14º degrees, saturation: 0.18, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #B9A29B is Cyan = 0, Magento = 0.12, Yellow = 0.16 and Black (K on CMYK) = 0.27.

Color convert

RGB 185 162 155 -
CMYK 0 0.12 0.16 0.27
HSL 14º 0.18% 0.67% -
HSV(B) 14º 0.16% 0.73% -
XYZ 38.84 38.52 36.4 -
YUV 168.08 120.62 140.07 -
System Red Green Blue C M Y K H S L
Decimal 185 162 155 0 0.12 0.16 0.27 14 0.18 0.67
Hex B9 A2 9B 0 C 10 1B E 12 43
Octal 271 242 233 0 14 20 33 16 22 103
Binary 10111001 10100010 10011011 0 1100 10000 11011 1110 10010 1000011

Color Harmonies of #B9A29B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B9A29B

Black with #B9A29B

Text Example


Text Example

White with #B9A29B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B9A29B; }

 p { color: rgb(185,162,155); }

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

background-color css

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

 a { background-color: rgb(185,162,155); }

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

border-color css

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

 span { border-color: rgb(185,162,155); }

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