#BCAA8A

Color #BCAA8A Pavlova (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Pavlova #BCAA8A

Tints of Pavlova #BCAA8A

Color information

#BCAA8A (or 0xBCAA8A) is unknown color: approx Pavlova. HEX triplet: BC, AA and 8A. RGB value is (188,170,138). Sum of RGB (Red+Green+Blue) = 188+170+138=496 (65% of max value = 765). Red value is 188 (73.83% from 255 or 37.90% from 496); Green value is 170 (66.80% from 255 or 34.27% from 496); Blue value is 138 (54.30% from 255 or 27.82% from 496); Max value from RGB is 188 - color contains mainly: red. Hex color #BCAA8A is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BCAA8A is #435575. Grayscale: #ABABAB. Windows color (decimal): -4412790 or 9087676. OLE color: 9087676.

HSL color Cylindrical-coordinate representation of color #BCAA8A: hue angle of 38.4º degrees, saturation: 0.27, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #BCAA8A is Cyan = 0, Magento = 0.10, Yellow = 0.27 and Black (K on CMYK) = 0.26.

Color convert

RGB188170138-
CMYK00.100.270.26
HSL38.4º27.17%63.92%-
HSV(B)38.4º26.6%73.73%-
XYZ39.741.2829.92-
YUV171.73108.96139.6-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 37.90%
GREEN value IS 170 (66.80% from 255) = 34.27%
BLUE value IS 138 (54.30% from 255) = 27.82%
R=37.90%
G=34.27%
B=27.82%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.10
Y (Yellow) values IS 0.27
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal18817013800.100.270.2638.427.1763.92
HexBCAA8A0A1B1A261b40
Octal27425221201233324633100
Binary101111001010101010001010010101101111010100110110111000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BCAA8A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BCAA8A; }

 p { color: rgb(188,170,138); }

 H1.HeaderClassName
 {
   color: #BCAA8A;
 }
 .AnyTagClassName
 {
   color: #BCAA8A;
 }
</style>
background-color css

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

 a { background-color: rgb(188,170,138); }

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

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

 span { border-color: rgb(188,170,138); }

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