#BCA980

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

Shades of Pavlova #BCA980

Tints of Pavlova #BCA980

Color information

#BCA980 (or 0xBCA980) is unknown color: approx Pavlova. HEX triplet: BC, A9 and 80. RGB value is (188,169,128). Sum of RGB (Red+Green+Blue) = 188+169+128=485 (64% of max value = 765). Red value is 188 (73.83% from 255 or 38.76% from 485); Green value is 169 (66.41% from 255 or 34.85% from 485); Blue value is 128 (50.39% from 255 or 26.39% from 485); Max value from RGB is 188 - color contains mainly: red. Hex color #BCA980 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BCA980 is #43567F. Grayscale: #AAAAAA. Windows color (decimal): -4413056 or 8432060. OLE color: 8432060.

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

Color convert

RGB188169128-
CMYK00.100.320.26
HSL41º30.93%61.96%-
HSV(B)41º31.91%73.73%-
XYZ38.8240.6326.22-
YUV170.01104.29140.83-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 38.76%
GREEN value IS 169 (66.41% from 255) = 34.85%
BLUE value IS 128 (50.39% from 255) = 26.39%
R=38.76%
G=34.85%
B=26.39%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.10
Y (Yellow) values IS 0.32
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal18816912800.100.320.264130.9361.96
HexBCA9800A201A291f3e
Octal2742512000124032513776
Binary101111001010100110000000010101000001101010100111111111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BCA980

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BCA980; }

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

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

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

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

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

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

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

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