#BCA480

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

Shades of Pavlova #BCA480

Tints of Pavlova #BCA480

Color information

#BCA480 (or 0xBCA480) is unknown color: approx Pavlova. HEX triplet: BC, A4 and 80. RGB value is (188,164,128). Sum of RGB (Red+Green+Blue) = 188+164+128=480 (63% of max value = 765). Red value is 188 (73.83% from 255 or 39.17% from 480); Green value is 164 (64.45% from 255 or 34.17% from 480); Blue value is 128 (50.39% from 255 or 26.67% from 480); Max value from RGB is 188 - color contains mainly: red. Hex color #BCA480 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BCA480 is #435B7F. Grayscale: #A7A7A7. Windows color (decimal): -4414336 or 8430780. OLE color: 8430780.

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

Color convert

RGB188164128-
CMYK00.130.320.26
HSL36º30.93%61.96%-
HSV(B)36º31.91%73.73%-
XYZ37.9138.825.91-
YUV167.07105.95142.93-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 39.17%
GREEN value IS 164 (64.45% from 255) = 34.17%
BLUE value IS 128 (50.39% from 255) = 26.67%
R=39.17%
G=34.17%
B=26.67%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.13
Y (Yellow) values IS 0.32
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal18816412800.130.320.263630.9361.96
HexBCA4800D201A241f3e
Octal2742442000154032443776
Binary101111001010010010000000011011000001101010010011111111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BCA480

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BCA480; }

 p { color: rgb(188,164,128); }

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

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

 a { background-color: rgb(188,164,128); }

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

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

 span { border-color: rgb(188,164,128); }

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