#BCA68A

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

Shades of Pavlova #BCA68A

Tints of Pavlova #BCA68A

Color information

#BCA68A (or 0xBCA68A) is unknown color: approx Pavlova. HEX triplet: BC, A6 and 8A. RGB value is (188,166,138). Sum of RGB (Red+Green+Blue) = 188+166+138=492 (65% of max value = 765). Red value is 188 (73.83% from 255 or 38.21% from 492); Green value is 166 (65.23% from 255 or 33.74% from 492); Blue value is 138 (54.30% from 255 or 28.05% from 492); Max value from RGB is 188 - color contains mainly: red. Hex color #BCA68A is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BCA68A is #435975. Grayscale: #A9A9A9. Windows color (decimal): -4413814 or 9086652. OLE color: 9086652.

HSL color Cylindrical-coordinate representation of color #BCA68A: hue angle of 33.6º degrees, saturation: 0.27, 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 #BCA68A is Cyan = 0, Magento = 0.12, Yellow = 0.27 and Black (K on CMYK) = 0.26.

Color convert

RGB188166138-
CMYK00.120.270.26
HSL33.6º27.17%63.92%-
HSV(B)33.6º26.6%73.73%-
XYZ38.9639.829.67-
YUV169.39110.29141.28-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 38.21%
GREEN value IS 166 (65.23% from 255) = 33.74%
BLUE value IS 138 (54.30% from 255) = 28.05%
R=38.21%
G=33.74%
B=28.05%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.12
Y (Yellow) values IS 0.27
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal18816613800.120.270.2633.627.1763.92
HexBCA68A0C1B1A221b40
Octal27424621201433324233100
Binary101111001010011010001010011001101111010100010110111000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BCA68A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BCA68A; }

 p { color: rgb(188,166,138); }

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

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

 a { background-color: rgb(188,166,138); }

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

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

 span { border-color: rgb(188,166,138); }

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