#BCA981

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

Shades of Pavlova #BCA981

Tints of Pavlova #BCA981

Color information

#BCA981 (or 0xBCA981) is unknown color: approx Pavlova. HEX triplet: BC, A9 and 81. RGB value is (188,169,129). Sum of RGB (Red+Green+Blue) = 188+169+129=486 (64% of max value = 765). Red value is 188 (73.83% from 255 or 38.68% from 486); Green value is 169 (66.41% from 255 or 34.77% from 486); Blue value is 129 (50.78% from 255 or 26.54% from 486); Max value from RGB is 188 - color contains mainly: red. Hex color #BCA981 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BCA981 is #43567E. Grayscale: #AAAAAA. Windows color (decimal): -4413055 or 8497596. OLE color: 8497596.

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

Color convert

RGB188169129-
CMYK00.100.310.26
HSL40.68º30.57%62.16%-
HSV(B)40.68º31.38%73.73%-
XYZ38.8940.6526.57-
YUV170.12104.79140.75-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 38.68%
GREEN value IS 169 (66.41% from 255) = 34.77%
BLUE value IS 129 (50.78% from 255) = 26.54%
R=38.68%
G=34.77%
B=26.54%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.10
Y (Yellow) values IS 0.31
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal18816912900.100.310.2640.6830.5762.16
HexBCA9810A1F1A291f3e
Octal2742512010123732513776
Binary10111100101010011000000101010111111101010100111111111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BCA981

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BCA981; }

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

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

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

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

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

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

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

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