#BCA989

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

Shades of Pavlova #BCA989

Tints of Pavlova #BCA989

Color information

#BCA989 (or 0xBCA989) is unknown color: approx Pavlova. HEX triplet: BC, A9 and 89. RGB value is (188,169,137). Sum of RGB (Red+Green+Blue) = 188+169+137=494 (65% of max value = 765). Red value is 188 (73.83% from 255 or 38.06% from 494); Green value is 169 (66.41% from 255 or 34.21% from 494); Blue value is 137 (53.91% from 255 or 27.73% from 494); Max value from RGB is 188 - color contains mainly: red. Hex color #BCA989 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BCA989 is #435676. Grayscale: #ABABAB. Windows color (decimal): -4413047 or 9021884. OLE color: 9021884.

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

Color convert

RGB188169137-
CMYK00.100.270.26
HSL37.65º27.57%63.73%-
HSV(B)37.65º27.13%73.73%-
XYZ39.4440.8729.48-
YUV171.03108.79140.1-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 38.06%
GREEN value IS 169 (66.41% from 255) = 34.21%
BLUE value IS 137 (53.91% from 255) = 27.73%
R=38.06%
G=34.21%
B=27.73%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.10
Y (Yellow) values IS 0.27
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal18816913700.100.270.2637.6527.5763.73
HexBCA9890A1B1A261c40
Octal27425121101233324634100
Binary101111001010100110001001010101101111010100110111001000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BCA989

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BCA989; }

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

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

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

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

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

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

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

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