#BCAC81

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

Shades of Pavlova #BCAC81

Tints of Pavlova #BCAC81

Color information

#BCAC81 (or 0xBCAC81) is unknown color: approx Pavlova. HEX triplet: BC, AC and 81. RGB value is (188,172,129). Sum of RGB (Red+Green+Blue) = 188+172+129=489 (64% of max value = 765). Red value is 188 (73.83% from 255 or 38.45% from 489); Green value is 172 (67.58% from 255 or 35.17% from 489); Blue value is 129 (50.78% from 255 or 26.38% from 489); Max value from RGB is 188 - color contains mainly: red. Hex color #BCAC81 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BCAC81 is #43537E. Grayscale: #ACACAC. Windows color (decimal): -4412287 or 8498364. OLE color: 8498364.

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

Color convert

RGB188172129-
CMYK00.090.310.26
HSL43.73º30.57%62.16%-
HSV(B)43.73º31.38%73.73%-
XYZ39.4541.7826.75-
YUV171.88103.8139.5-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 38.45%
GREEN value IS 172 (67.58% from 255) = 35.17%
BLUE value IS 129 (50.78% from 255) = 26.38%
R=38.45%
G=35.17%
B=26.38%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.09
Y (Yellow) values IS 0.31
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal18817212900.090.310.2643.7330.5762.16
HexBCAC81091F1A2c1f3e
Octal2742542010113732543776
Binary10111100101011001000000101001111111101010110011111111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BCAC81

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BCAC81; }

 p { color: rgb(188,172,129); }

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

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

 a { background-color: rgb(188,172,129); }

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

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

 span { border-color: rgb(188,172,129); }

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