Html Css Color HEX #B8A69F Martini

📋 copy color: '#B8A69F'

red 184 ◦ green 166 ◦ blue 159

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

Shades of Martini #B8A69F

Tints of Martini #B8A69F

RGB

 RED value IS 184 (72.27% from 255) = 36.15%

 GREEN value IS 166 (65.23% from 255) = 32.61%

 BLUE value IS 159 (62.5% from 255) = 31.24%

R = 36.15%
G = 32.61%
B = 31.24%

CMYK

 C value IS 0

 M value IS 0.10

 Y value IS 0.14

 K value IS 0.28

RGB Variations

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

Color information

#B8A69F (or 0xB8A69F) is known color: Martini. HEX triplet: B8, A6 and 9F. RGB value is (184,166,159). Sum of RGB (Red+Green+Blue) = 184+166+159=509 (67% of max value = 765). Red value is 184 (72.27% from 255 or 36.15% from 509); Green value is 166 (65.23% from 255 or 32.61% from 509); Blue value is 159 (62.5% from 255 or 31.24% from 509); Max value from RGB is 184 - color contains mainly: red. Hex color #B8A69F is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #B8A69F is #475960. Grayscale: #AAAAAA. Windows color (decimal): -4675937 or 10462904. OLE color: 10462904.

HSL color Cylindrical-coordinate representation of color #B8A69F: hue angle of 16.8º degrees, saturation: 0.15, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #B8A69F is Cyan = 0, Magento = 0.10, Yellow = 0.14 and Black (K on CMYK) = 0.28.

Color convert

RGB 184 166 159 -
CMYK 0 0.10 0.14 0.28
HSL 16.8º 0.15% 0.67% -
HSV(B) 16.8º 0.14% 0.72% -
XYZ 39.66 39.97 38.42 -
YUV 170.58 121.46 137.57 -
System Red Green Blue C M Y K H S L
Decimal 184 166 159 0 0.10 0.14 0.28 16.8 0.15 0.67
Hex B8 A6 9F 0 A E 1C 11 F 43
Octal 270 246 237 0 12 16 34 21 17 103
Binary 10111000 10100110 10011111 0 1010 1110 11100 10001 1111 1000011

Color Harmonies of #B8A69F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B8A69F

Black with #B8A69F

Text Example


Text Example

White with #B8A69F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B8A69F; }

 p { color: rgb(184,166,159); }

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

background-color css

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

 a { background-color: rgb(184,166,159); }

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

border-color css

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

 span { border-color: rgb(184,166,159); }

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