#BCA685

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

Shades of Pavlova #BCA685

Tints of Pavlova #BCA685

Color information

#BCA685 (or 0xBCA685) is unknown color: approx Pavlova. HEX triplet: BC, A6 and 85. RGB value is (188,166,133). Sum of RGB (Red+Green+Blue) = 188+166+133=487 (64% of max value = 765). Red value is 188 (73.83% from 255 or 38.60% from 487); Green value is 166 (65.23% from 255 or 34.09% from 487); Blue value is 133 (52.34% from 255 or 27.31% from 487); Max value from RGB is 188 - color contains mainly: red. Hex color #BCA685 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BCA685 is #43597A. Grayscale: #A8A8A8. Windows color (decimal): -4413819 or 8758972. OLE color: 8758972.

HSL color Cylindrical-coordinate representation of color #BCA685: hue angle of 36º 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 #BCA685 is Cyan = 0, Magento = 0.12, Yellow = 0.29 and Black (K on CMYK) = 0.26.

Color convert

RGB188166133-
CMYK00.120.290.26
HSL36º29.1%62.94%-
HSV(B)36º29.26%73.73%-
XYZ38.6139.6627.81-
YUV168.82107.79141.68-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 38.60%
GREEN value IS 166 (65.23% from 255) = 34.09%
BLUE value IS 133 (52.34% from 255) = 27.31%
R=38.60%
G=34.09%
B=27.31%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.12
Y (Yellow) values IS 0.29
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal18816613300.120.290.263629.162.94
HexBCA6850C1D1A241d3f
Octal2742462050143532443577
Binary10111100101001101000010101100111011101010010011101111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BCA685

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BCA685; }

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

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

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

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

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

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

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

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