Html Css Color HEX #BCA49A Martini

📋 copy color: '#BCA49A'

red 188 ◦ green 164 ◦ blue 154

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

Shades of Martini #BCA49A

Tints of Martini #BCA49A

RGB

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

 GREEN value IS 164 (64.45% from 255) = 32.41%

 BLUE value IS 154 (60.55% from 255) = 30.43%

R = 37.15%
G = 32.41%
B = 30.43%

CMYK

 C value IS 0

 M value IS 0.13

 Y value IS 0.18

 K value IS 0.26

RGB Variations

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

Color information

#BCA49A (or 0xBCA49A) is known color: Martini. HEX triplet: BC, A4 and 9A. RGB value is (188,164,154). Sum of RGB (Red+Green+Blue) = 188+164+154=506 (67% of max value = 765). Red value is 188 (73.83% from 255 or 37.15% from 506); Green value is 164 (64.45% from 255 or 32.41% from 506); Blue value is 154 (60.55% from 255 or 30.43% from 506); Max value from RGB is 188 - color contains mainly: red. Hex color #BCA49A is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BCA49A is #435B65. Grayscale: #AAAAAA. Windows color (decimal): -4414310 or 10134716. OLE color: 10134716.

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

Color convert

RGB 188 164 154 -
CMYK 0 0.13 0.18 0.26
HSL 17.65º 0.2% 0.67% -
HSV(B) 17.65º 0.18% 0.74% -
XYZ 39.85 39.58 36.11 -
YUV 170.04 118.95 140.81 -
System Red Green Blue C M Y K H S L
Decimal 188 164 154 0 0.13 0.18 0.26 17.65 0.2 0.67
Hex BC A4 9A 0 D 12 1A 12 14 43
Octal 274 244 232 0 15 22 32 22 24 103
Binary 10111100 10100100 10011010 0 1101 10010 11010 10010 10100 1000011

Color Harmonies of #BCA49A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BCA49A

Black with #BCA49A

Text Example


Text Example

White with #BCA49A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BCA49A; }

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

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

background-color css

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

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

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

border-color css

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

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

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