#BCA784

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

Shades of Pavlova #BCA784

Tints of Pavlova #BCA784

Color information

#BCA784 (or 0xBCA784) is unknown color: approx Pavlova. HEX triplet: BC, A7 and 84. RGB value is (188,167,132). Sum of RGB (Red+Green+Blue) = 188+167+132=487 (64% of max value = 765). Red value is 188 (73.83% from 255 or 38.60% from 487); Green value is 167 (65.62% from 255 or 34.29% from 487); Blue value is 132 (51.95% from 255 or 27.10% from 487); Max value from RGB is 188 - color contains mainly: red. Hex color #BCA784 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BCA784 is #43587B. Grayscale: #A9A9A9. Windows color (decimal): -4413564 or 8693692. OLE color: 8693692.

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

Color convert

RGB188167132-
CMYK00.110.300.26
HSL37.5º29.47%62.75%-
HSV(B)37.5º29.79%73.73%-
XYZ38.7239.9927.51-
YUV169.29106.96141.35-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 38.60%
GREEN value IS 167 (65.62% from 255) = 34.29%
BLUE value IS 132 (51.95% from 255) = 27.10%
R=38.60%
G=34.29%
B=27.10%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.11
Y (Yellow) values IS 0.30
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal18816713200.110.300.2637.529.4762.75
HexBCA7840B1E1A261d3f
Octal2742472040133632463577
Binary10111100101001111000010001011111101101010011011101111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BCA784

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BCA784; }

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

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

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

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

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

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

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

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