#BCAB8A

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

Shades of Pavlova #BCAB8A

Tints of Pavlova #BCAB8A

Color information

#BCAB8A (or 0xBCAB8A) is unknown color: approx Pavlova. HEX triplet: BC, AB and 8A. RGB value is (188,171,138). Sum of RGB (Red+Green+Blue) = 188+171+138=497 (65% of max value = 765). Red value is 188 (73.83% from 255 or 37.83% from 497); Green value is 171 (67.19% from 255 or 34.41% from 497); Blue value is 138 (54.30% from 255 or 27.77% from 497); Max value from RGB is 188 - color contains mainly: red. Hex color #BCAB8A is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BCAB8A is #435475. Grayscale: #ACACAC. Windows color (decimal): -4412534 or 9087932. OLE color: 9087932.

HSL color Cylindrical-coordinate representation of color #BCAB8A: hue angle of 39.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 #BCAB8A is Cyan = 0, Magento = 0.09, Yellow = 0.27 and Black (K on CMYK) = 0.26.

Color convert

RGB188171138-
CMYK00.090.270.26
HSL39.6º27.17%63.92%-
HSV(B)39.6º26.6%73.73%-
XYZ39.8941.6529.98-
YUV172.32108.63139.18-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 37.83%
GREEN value IS 171 (67.19% from 255) = 34.41%
BLUE value IS 138 (54.30% from 255) = 27.77%
R=37.83%
G=34.41%
B=27.77%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.09
Y (Yellow) values IS 0.27
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal18817113800.090.270.2639.627.1763.92
HexBCAB8A091B1A281b40
Octal27425321201133325033100
Binary101111001010101110001010010011101111010101000110111000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BCAB8A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BCAB8A; }

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

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

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

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

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

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

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

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