#BCA684

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

Shades of Pavlova #BCA684

Tints of Pavlova #BCA684

Color information

#BCA684 (or 0xBCA684) is unknown color: approx Pavlova. HEX triplet: BC, A6 and 84. RGB value is (188,166,132). Sum of RGB (Red+Green+Blue) = 188+166+132=486 (64% of max value = 765). Red value is 188 (73.83% from 255 or 38.68% from 486); Green value is 166 (65.23% from 255 or 34.16% from 486); Blue value is 132 (51.95% from 255 or 27.16% from 486); Max value from RGB is 188 - color contains mainly: red. Hex color #BCA684 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BCA684 is #43597B. Grayscale: #A8A8A8. Windows color (decimal): -4413820 or 8693436. OLE color: 8693436.

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

Color convert

RGB188166132-
CMYK00.120.300.26
HSL36.43º29.47%62.75%-
HSV(B)36.43º29.79%73.73%-
XYZ38.5439.6327.45-
YUV168.7107.29141.76-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 38.68%
GREEN value IS 166 (65.23% from 255) = 34.16%
BLUE value IS 132 (51.95% from 255) = 27.16%
R=38.68%
G=34.16%
B=27.16%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.12
Y (Yellow) values IS 0.30
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal18816613200.120.300.2636.4329.4762.75
HexBCA6840C1E1A241d3f
Octal2742462040143632443577
Binary10111100101001101000010001100111101101010010011101111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BCA684

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BCA684; }

 p { color: rgb(188,166,132); }

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

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

 a { background-color: rgb(188,166,132); }

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

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

 span { border-color: rgb(188,166,132); }

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