#BCA788

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

Shades of Pavlova #BCA788

Tints of Pavlova #BCA788

Color information

#BCA788 (or 0xBCA788) is unknown color: approx Pavlova. HEX triplet: BC, A7 and 88. RGB value is (188,167,136). Sum of RGB (Red+Green+Blue) = 188+167+136=491 (65% of max value = 765). Red value is 188 (73.83% from 255 or 38.29% from 491); Green value is 167 (65.62% from 255 or 34.01% from 491); Blue value is 136 (53.52% from 255 or 27.70% from 491); Max value from RGB is 188 - color contains mainly: red. Hex color #BCA788 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BCA788 is #435877. Grayscale: #A9A9A9. Windows color (decimal): -4413560 or 8955836. OLE color: 8955836.

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

Color convert

RGB188167136-
CMYK00.110.280.26
HSL35.77º27.96%63.53%-
HSV(B)35.77º27.66%73.73%-
XYZ3940.1128.98-
YUV169.74108.96141.02-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 38.29%
GREEN value IS 167 (65.62% from 255) = 34.01%
BLUE value IS 136 (53.52% from 255) = 27.70%
R=38.29%
G=34.01%
B=27.70%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.11
Y (Yellow) values IS 0.28
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal18816713600.110.280.2635.7727.9663.53
HexBCA7880B1C1A241c40
Octal27424721001334324434100
Binary101111001010011110001000010111110011010100100111001000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BCA788

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BCA788; }

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

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

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

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

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

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

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

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