Html Css Color HEX #BCA497 Martini

📋 copy color: '#BCA497'

red 188 ◦ green 164 ◦ blue 151

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

Shades of Martini #BCA497

Tints of Martini #BCA497

RGB

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

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

 BLUE value IS 151 (59.38% from 255) = 30.02%

R = 37.38%
G = 32.6%
B = 30.02%

CMYK

 C value IS 0

 M value IS 0.13

 Y value IS 0.20

 K value IS 0.26

RGB Variations

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

Color information

#BCA497 (or 0xBCA497) is known color: Martini. HEX triplet: BC, A4 and 97. RGB value is (188,164,151). Sum of RGB (Red+Green+Blue) = 188+164+151=503 (66% of max value = 765). Red value is 188 (73.83% from 255 or 37.38% from 503); Green value is 164 (64.45% from 255 or 32.60% from 503); Blue value is 151 (59.38% from 255 or 30.02% from 503); Max value from RGB is 188 - color contains mainly: red. Hex color #BCA497 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BCA497 is #435B68. Grayscale: #A9A9A9. Windows color (decimal): -4414313 or 9938108. OLE color: 9938108.

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

Color convert

RGB 188 164 151 -
CMYK 0 0.13 0.20 0.26
HSL 21.08º 0.22% 0.66% -
HSV(B) 21.08º 0.2% 0.74% -
XYZ 39.6 39.48 34.81 -
YUV 169.69 117.45 141.06 -
System Red Green Blue C M Y K H S L
Decimal 188 164 151 0 0.13 0.20 0.26 21.08 0.22 0.66
Hex BC A4 97 0 D 14 1A 15 16 42
Octal 274 244 227 0 15 24 32 25 26 102
Binary 10111100 10100100 10010111 0 1101 10100 11010 10101 10110 1000010

Color Harmonies of #BCA497

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BCA497

Black with #BCA497

Text Example


Text Example

White with #BCA497

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BCA497; }

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

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

background-color css

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

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

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

border-color css

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

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

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