#BCAB90

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

Shades of Pavlova #BCAB90

Tints of Pavlova #BCAB90

Color information

#BCAB90 (or 0xBCAB90) is unknown color: approx Pavlova. HEX triplet: BC, AB and 90. RGB value is (188,171,144). Sum of RGB (Red+Green+Blue) = 188+171+144=503 (66% of max value = 765). Red value is 188 (73.83% from 255 or 37.38% from 503); Green value is 171 (67.19% from 255 or 34.00% from 503); Blue value is 144 (56.64% from 255 or 28.63% from 503); Max value from RGB is 188 - color contains mainly: red. Hex color #BCAB90 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BCAB90 is #43546F. Grayscale: #ADADAD. Windows color (decimal): -4412528 or 9481148. OLE color: 9481148.

HSL color Cylindrical-coordinate representation of color #BCAB90: hue angle of 36.82º degrees, saturation: 0.25, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #BCAB90 is Cyan = 0, Magento = 0.09, Yellow = 0.23 and Black (K on CMYK) = 0.26.

Color convert

RGB188171144-
CMYK00.090.230.26
HSL36.82º24.72%65.1%-
HSV(B)36.82º23.4%73.73%-
XYZ40.3441.8332.33-
YUV173111.63138.7-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 37.38%
GREEN value IS 171 (67.19% from 255) = 34.00%
BLUE value IS 144 (56.64% from 255) = 28.63%
R=37.38%
G=34.00%
B=28.63%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.09
Y (Yellow) values IS 0.23
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal18817114400.090.230.2636.8224.7265.1
HexBCAB9009171A251941
Octal27425322001127324531101
Binary101111001010101110010000010011011111010100101110011000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BCAB90

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BCAB90; }

 p { color: rgb(188,171,144); }

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

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

 a { background-color: rgb(188,171,144); }

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

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

 span { border-color: rgb(188,171,144); }

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