Html Css Color HEX #B7A099 Martini

📋 copy color: '#B7A099'

red 183 ◦ green 160 ◦ blue 153

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

Shades of Martini #B7A099

Tints of Martini #B7A099

RGB

 RED value IS 183 (71.88% from 255) = 36.9%

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

 BLUE value IS 153 (60.16% from 255) = 30.85%

R = 36.9%
G = 32.26%
B = 30.85%

CMYK

 C value IS 0

 M value IS 0.13

 Y value IS 0.16

 K value IS 0.28

RGB Variations

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

Color information

#B7A099 (or 0xB7A099) is known color: Martini. HEX triplet: B7, A0 and 99. RGB value is (183,160,153). Sum of RGB (Red+Green+Blue) = 183+160+153=496 (65% of max value = 765). Red value is 183 (71.88% from 255 or 36.90% from 496); Green value is 160 (62.89% from 255 or 32.26% from 496); Blue value is 153 (60.16% from 255 or 30.85% from 496); Max value from RGB is 183 - color contains mainly: red. Hex color #B7A099 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #B7A099 is #485F66. Grayscale: #A6A6A6. Windows color (decimal): -4743015 or 10068151. OLE color: 10068151.

HSL color Cylindrical-coordinate representation of color #B7A099: hue angle of 14º degrees, saturation: 0.17, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #B7A099 is Cyan = 0, Magento = 0.13, Yellow = 0.16 and Black (K on CMYK) = 0.28.

Color convert

RGB 183 160 153 -
CMYK 0 0.13 0.16 0.28
HSL 14º 0.17% 0.66% -
HSV(B) 14º 0.16% 0.72% -
XYZ 37.85 37.51 35.38 -
YUV 166.08 120.62 140.07 -
System Red Green Blue C M Y K H S L
Decimal 183 160 153 0 0.13 0.16 0.28 14 0.17 0.66
Hex B7 A0 99 0 D 10 1C E 11 42
Octal 267 240 231 0 15 20 34 16 21 102
Binary 10110111 10100000 10011001 0 1101 10000 11100 1110 10001 1000010

Color Harmonies of #B7A099

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B7A099

Black with #B7A099

Text Example


Text Example

White with #B7A099

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B7A099; }

 p { color: rgb(183,160,153); }

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

background-color css

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

 a { background-color: rgb(183,160,153); }

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

border-color css

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

 span { border-color: rgb(183,160,153); }

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