#BCA87D

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

Shades of Pavlova #BCA87D

Tints of Pavlova #BCA87D

Color information

#BCA87D (or 0xBCA87D) is unknown color: approx Pavlova. HEX triplet: BC, A8 and 7D. RGB value is (188,168,125). Sum of RGB (Red+Green+Blue) = 188+168+125=481 (63% of max value = 765). Red value is 188 (73.83% from 255 or 39.09% from 481); Green value is 168 (66.02% from 255 or 34.93% from 481); Blue value is 125 (49.22% from 255 or 25.99% from 481); Max value from RGB is 188 - color contains mainly: red. Hex color #BCA87D is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BCA87D is #435782. Grayscale: #A9A9A9. Windows color (decimal): -4413315 or 8235196. OLE color: 8235196.

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

Color convert

RGB188168125-
CMYK00.110.340.26
HSL40.95º31.98%61.37%-
HSV(B)40.95º33.51%73.73%-
XYZ38.4440.1825.13-
YUV169.08103.13141.5-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 39.09%
GREEN value IS 168 (66.02% from 255) = 34.93%
BLUE value IS 125 (49.22% from 255) = 25.99%
R=39.09%
G=34.93%
B=25.99%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.11
Y (Yellow) values IS 0.34
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal18816812500.110.340.2640.9531.9861.37
HexBCA87D0B221A29203d
Octal2742501750134232514075
Binary101111001010100011111010101110001011010101001100000111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BCA87D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BCA87D; }

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

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

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

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

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

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

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

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