Html Css Color HEX #BCA8A4 Martini

📋 copy color: '#BCA8A4'

red 188 ◦ green 168 ◦ blue 164

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

Shades of Martini #BCA8A4

Tints of Martini #BCA8A4

RGB

 RED value IS 188 (73.83% from 255) = 36.15%

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

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

R = 36.15%
G = 32.31%
B = 31.54%

CMYK

 C value IS 0

 M value IS 0.11

 Y value IS 0.13

 K value IS 0.26

RGB Variations

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

Color information

#BCA8A4 (or 0xBCA8A4) is known color: Martini. HEX triplet: BC, A8 and A4. RGB value is (188,168,164). Sum of RGB (Red+Green+Blue) = 188+168+164=520 (68% of max value = 765). Red value is 188 (73.83% from 255 or 36.15% from 520); Green value is 168 (66.02% from 255 or 32.31% from 520); Blue value is 164 (64.45% from 255 or 31.54% from 520); Max value from RGB is 188 - color contains mainly: red. Hex color #BCA8A4 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BCA8A4 is #43575B. Grayscale: #ADADAD. Windows color (decimal): -4413276 or 10791100. OLE color: 10791100.

HSL color Cylindrical-coordinate representation of color #BCA8A4: hue angle of 10º degrees, saturation: 0.15, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #BCA8A4 is Cyan = 0, Magento = 0.11, Yellow = 0.13 and Black (K on CMYK) = 0.26.

Color convert

RGB 188 168 164 -
CMYK 0 0.11 0.13 0.26
HSL 10º 0.15% 0.69% -
HSV(B) 10º 0.13% 0.74% -
XYZ 41.44 41.38 40.92 -
YUV 173.52 122.63 138.33 -
System Red Green Blue C M Y K H S L
Decimal 188 168 164 0 0.11 0.13 0.26 10 0.15 0.69
Hex BC A8 A4 0 B D 1A A F 45
Octal 274 250 244 0 13 15 32 12 17 105
Binary 10111100 10101000 10100100 0 1011 1101 11010 1010 1111 1000101

Color Harmonies of #BCA8A4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BCA8A4

Black with #BCA8A4

Text Example


Text Example

White with #BCA8A4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BCA8A4; }

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

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

background-color css

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

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

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

border-color css

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

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

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