#BCA585

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

Shades of Pavlova #BCA585

Tints of Pavlova #BCA585

Color information

#BCA585 (or 0xBCA585) is unknown color: approx Pavlova. HEX triplet: BC, A5 and 85. RGB value is (188,165,133). Sum of RGB (Red+Green+Blue) = 188+165+133=486 (64% of max value = 765). Red value is 188 (73.83% from 255 or 38.68% from 486); Green value is 165 (64.84% from 255 or 33.95% from 486); Blue value is 133 (52.34% from 255 or 27.37% from 486); Max value from RGB is 188 - color contains mainly: red. Hex color #BCA585 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BCA585 is #435A7A. Grayscale: #A8A8A8. Windows color (decimal): -4414075 or 8758716. OLE color: 8758716.

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

Color convert

RGB188165133-
CMYK00.120.290.26
HSL34.91º29.1%62.94%-
HSV(B)34.91º29.26%73.73%-
XYZ38.4339.327.75-
YUV168.23108.12142.1-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 38.68%
GREEN value IS 165 (64.84% from 255) = 33.95%
BLUE value IS 133 (52.34% from 255) = 27.37%
R=38.68%
G=33.95%
B=27.37%

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
Decimal18816513300.120.290.2634.9129.162.94
HexBCA5850C1D1A231d3f
Octal2742452050143532433577
Binary10111100101001011000010101100111011101010001111101111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BCA585

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BCA585; }

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

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

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

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

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

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

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

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