#BCAA8D

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

Shades of Pavlova #BCAA8D

Tints of Pavlova #BCAA8D

Color information

#BCAA8D (or 0xBCAA8D) is unknown color: approx Pavlova. HEX triplet: BC, AA and 8D. RGB value is (188,170,141). Sum of RGB (Red+Green+Blue) = 188+170+141=499 (66% of max value = 765). Red value is 188 (73.83% from 255 or 37.68% from 499); Green value is 170 (66.80% from 255 or 34.07% from 499); Blue value is 141 (55.47% from 255 or 28.26% from 499); Max value from RGB is 188 - color contains mainly: red. Hex color #BCAA8D is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BCAA8D is #435572. Grayscale: #ACACAC. Windows color (decimal): -4412787 or 9284284. OLE color: 9284284.

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

Color convert

RGB188170141-
CMYK00.100.250.26
HSL37.02º25.97%64.51%-
HSV(B)37.02º25%73.73%-
XYZ39.9241.3631.08-
YUV172.08110.46139.36-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 37.68%
GREEN value IS 170 (66.80% from 255) = 34.07%
BLUE value IS 141 (55.47% from 255) = 28.26%
R=37.68%
G=34.07%
B=28.26%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.10
Y (Yellow) values IS 0.25
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal18817014100.100.250.2637.0225.9764.51
HexBCAA8D0A191A251a41
Octal27425221501231324532101
Binary101111001010101010001101010101100111010100101110101000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BCAA8D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BCAA8D; }

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

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

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

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

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

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

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

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