Html Css Color HEX #BCABA4 Martini

📋 copy color: '#BCABA4'

red 188 ◦ green 171 ◦ blue 164

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

Shades of Martini #BCABA4

Tints of Martini #BCABA4

RGB

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

 GREEN value IS 171 (67.19% from 255) = 32.7%

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

R = 35.95%
G = 32.7%
B = 31.36%

CMYK

 C value IS 0

 M value IS 0.09

 Y value IS 0.13

 K value IS 0.26

RGB Variations

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

Color information

#BCABA4 (or 0xBCABA4) is known color: Martini. HEX triplet: BC, AB and A4. RGB value is (188,171,164). Sum of RGB (Red+Green+Blue) = 188+171+164=523 (69% of max value = 765). Red value is 188 (73.83% from 255 or 35.95% from 523); Green value is 171 (67.19% from 255 or 32.70% from 523); Blue value is 164 (64.45% from 255 or 31.36% from 523); Max value from RGB is 188 - color contains mainly: red. Hex color #BCABA4 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BCABA4 is #43545B. Grayscale: #AFAFAF. Windows color (decimal): -4412508 or 10791868. OLE color: 10791868.

HSL color Cylindrical-coordinate representation of color #BCABA4: hue angle of 17.5º 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 #BCABA4 is Cyan = 0, Magento = 0.09, Yellow = 0.13 and Black (K on CMYK) = 0.26.

Color convert

RGB 188 171 164 -
CMYK 0 0.09 0.13 0.26
HSL 17.5º 0.15% 0.69% -
HSV(B) 17.5º 0.13% 0.74% -
XYZ 42 42.5 41.11 -
YUV 175.29 121.63 137.07 -
System Red Green Blue C M Y K H S L
Decimal 188 171 164 0 0.09 0.13 0.26 17.5 0.15 0.69
Hex BC AB A4 0 9 D 1A 12 F 45
Octal 274 253 244 0 11 15 32 22 17 105
Binary 10111100 10101011 10100100 0 1001 1101 11010 10010 1111 1000101

Color Harmonies of #BCABA4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BCABA4

Black with #BCABA4

Text Example


Text Example

White with #BCABA4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BCABA4; }

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

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

background-color css

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

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

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

border-color css

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

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

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