#BCAC82

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

Shades of Pavlova #BCAC82

Tints of Pavlova #BCAC82

Color information

#BCAC82 (or 0xBCAC82) is unknown color: approx Pavlova. HEX triplet: BC, AC and 82. RGB value is (188,172,130). Sum of RGB (Red+Green+Blue) = 188+172+130=490 (64% of max value = 765). Red value is 188 (73.83% from 255 or 38.37% from 490); Green value is 172 (67.58% from 255 or 35.10% from 490); Blue value is 130 (51.17% from 255 or 26.53% from 490); Max value from RGB is 188 - color contains mainly: red. Hex color #BCAC82 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BCAC82 is #43537D. Grayscale: #ACACAC. Windows color (decimal): -4412286 or 8563900. OLE color: 8563900.

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

Color convert

RGB188172130-
CMYK00.090.310.26
HSL43.45º30.21%62.35%-
HSV(B)43.45º30.85%73.73%-
XYZ39.5241.8127.11-
YUV172104.3139.42-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 38.37%
GREEN value IS 172 (67.58% from 255) = 35.10%
BLUE value IS 130 (51.17% from 255) = 26.53%
R=38.37%
G=35.10%
B=26.53%

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
Decimal18817213000.090.310.2643.4530.2162.35
HexBCAC82091F1A2b1e3e
Octal2742542020113732533676
Binary10111100101011001000001001001111111101010101111110111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BCAC82

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BCAC82; }

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

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

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

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

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

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

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

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