Html Css Color HEX #B7A299 Martini

📋 copy color: '#B7A299'

red 183 ◦ green 162 ◦ blue 153

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

Shades of Martini #B7A299

Tints of Martini #B7A299

RGB

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

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

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

R = 36.75%
G = 32.53%
B = 30.72%

CMYK

 C value IS 0

 M value IS 0.11

 Y value IS 0.16

 K value IS 0.28

RGB Variations

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

Color information

#B7A299 (or 0xB7A299) is known color: Martini. HEX triplet: B7, A2 and 99. RGB value is (183,162,153). Sum of RGB (Red+Green+Blue) = 183+162+153=498 (65% of max value = 765). Red value is 183 (71.88% from 255 or 36.75% from 498); Green value is 162 (63.67% from 255 or 32.53% from 498); Blue value is 153 (60.16% from 255 or 30.72% from 498); Max value from RGB is 183 - color contains mainly: red. Hex color #B7A299 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #B7A299 is #485D66. Grayscale: #A7A7A7. Windows color (decimal): -4742503 or 10068663. OLE color: 10068663.

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

Color convert

RGB 183 162 153 -
CMYK 0 0.11 0.16 0.28
HSL 18º 0.17% 0.66% -
HSV(B) 18º 0.16% 0.72% -
XYZ 38.2 38.21 35.5 -
YUV 167.25 119.96 139.23 -
System Red Green Blue C M Y K H S L
Decimal 183 162 153 0 0.11 0.16 0.28 18 0.17 0.66
Hex B7 A2 99 0 B 10 1C 12 11 42
Octal 267 242 231 0 13 20 34 22 21 102
Binary 10110111 10100010 10011001 0 1011 10000 11100 10010 10001 1000010

Color Harmonies of #B7A299

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B7A299

Black with #B7A299

Text Example


Text Example

White with #B7A299

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B7A299; }

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

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

background-color css

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

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

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

border-color css

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

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

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