Html Css Color HEX #B6A8A4 Martini

📋 copy color: '#B6A8A4'

red 182 ◦ green 168 ◦ blue 164

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

Shades of Martini #B6A8A4

Tints of Martini #B6A8A4

RGB

 RED value IS 182 (71.48% from 255) = 35.41%

 GREEN value IS 168 (66.02% from 255) = 32.68%

 BLUE value IS 164 (64.45% from 255) = 31.91%

R = 35.41%
G = 32.68%
B = 31.91%

CMYK

 C value IS 0

 M value IS 0.08

 Y value IS 0.10

 K value IS 0.29

RGB Variations

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

Color information

#B6A8A4 (or 0xB6A8A4) is known color: Martini. HEX triplet: B6, A8 and A4. RGB value is (182,168,164). Sum of RGB (Red+Green+Blue) = 182+168+164=514 (68% of max value = 765). Red value is 182 (71.48% from 255 or 35.41% from 514); Green value is 168 (66.02% from 255 or 32.68% from 514); Blue value is 164 (64.45% from 255 or 31.91% from 514); Max value from RGB is 182 - color contains mainly: red. Hex color #B6A8A4 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #B6A8A4 is #49575B. Grayscale: #ABABAB. Windows color (decimal): -4806492 or 10791094. OLE color: 10791094.

HSL color Cylindrical-coordinate representation of color #B6A8A4: hue angle of 13.33º degrees, saturation: 0.11, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #B6A8A4 is Cyan = 0, Magento = 0.08, Yellow = 0.10 and Black (K on CMYK) = 0.29.

Color convert

RGB 182 168 164 -
CMYK 0 0.08 0.10 0.29
HSL 13.33º 0.11% 0.68% -
HSV(B) 13.33º 0.1% 0.71% -
XYZ 39.99 40.63 40.86 -
YUV 171.73 123.64 135.33 -
System Red Green Blue C M Y K H S L
Decimal 182 168 164 0 0.08 0.10 0.29 13.33 0.11 0.68
Hex B6 A8 A4 0 8 A 1D D B 44
Octal 266 250 244 0 10 12 35 15 13 104
Binary 10110110 10101000 10100100 0 1000 1010 11101 1101 1011 1000100

Color Harmonies of #B6A8A4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B6A8A4

Black with #B6A8A4

Text Example


Text Example

White with #B6A8A4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B6A8A4; }

 p { color: rgb(182,168,164); }

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

background-color css

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

 a { background-color: rgb(182,168,164); }

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

border-color css

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

 span { border-color: rgb(182,168,164); }

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