#BCA885

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

Shades of Pavlova #BCA885

Tints of Pavlova #BCA885

Color information

#BCA885 (or 0xBCA885) is unknown color: approx Pavlova. HEX triplet: BC, A8 and 85. RGB value is (188,168,133). Sum of RGB (Red+Green+Blue) = 188+168+133=489 (64% of max value = 765). Red value is 188 (73.83% from 255 or 38.45% from 489); Green value is 168 (66.02% from 255 or 34.36% from 489); Blue value is 133 (52.34% from 255 or 27.20% from 489); Max value from RGB is 188 - color contains mainly: red. Hex color #BCA885 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BCA885 is #43577A. Grayscale: #AAAAAA. Windows color (decimal): -4413307 or 8759484. OLE color: 8759484.

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

Color convert

RGB188168133-
CMYK00.110.290.26
HSL38.18º29.1%62.94%-
HSV(B)38.18º29.26%73.73%-
XYZ38.9840.3927.93-
YUV169.99107.13140.85-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 38.45%
GREEN value IS 168 (66.02% from 255) = 34.36%
BLUE value IS 133 (52.34% from 255) = 27.20%
R=38.45%
G=34.36%
B=27.20%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.11
Y (Yellow) values IS 0.29
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal18816813300.110.290.2638.1829.162.94
HexBCA8850B1D1A261d3f
Octal2742502050133532463577
Binary10111100101010001000010101011111011101010011011101111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BCA885

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BCA885; }

 p { color: rgb(188,168,133); }

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

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

 a { background-color: rgb(188,168,133); }

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

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

 span { border-color: rgb(188,168,133); }

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