#BCAD87

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

Shades of Pavlova #BCAD87

Tints of Pavlova #BCAD87

Color information

#BCAD87 (or 0xBCAD87) is unknown color: approx Pavlova. HEX triplet: BC, AD and 87. RGB value is (188,173,135). Sum of RGB (Red+Green+Blue) = 188+173+135=496 (65% of max value = 765). Red value is 188 (73.83% from 255 or 37.90% from 496); Green value is 173 (67.97% from 255 or 34.88% from 496); Blue value is 135 (53.12% from 255 or 27.22% from 496); Max value from RGB is 188 - color contains mainly: red. Hex color #BCAD87 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BCAD87 is #435278. Grayscale: #ADADAD. Windows color (decimal): -4412025 or 8891836. OLE color: 8891836.

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

Color convert

RGB188173135-
CMYK00.080.280.26
HSL43.02º28.34%63.33%-
HSV(B)43.02º28.19%73.73%-
XYZ40.0642.3328.98-
YUV173.15106.47138.59-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 37.90%
GREEN value IS 173 (67.97% from 255) = 34.88%
BLUE value IS 135 (53.12% from 255) = 27.22%
R=37.90%
G=34.88%
B=27.22%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.08
Y (Yellow) values IS 0.28
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal18817313500.080.280.2643.0228.3463.33
HexBCAD87081C1A2b1c3f
Octal2742552070103432533477
Binary10111100101011011000011101000111001101010101111100111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BCAD87

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BCAD87; }

 p { color: rgb(188,173,135); }

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

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

 a { background-color: rgb(188,173,135); }

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

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

 span { border-color: rgb(188,173,135); }

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