#BCAD83

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

Shades of Pavlova #BCAD83

Tints of Pavlova #BCAD83

Color information

#BCAD83 (or 0xBCAD83) is unknown color: approx Pavlova. HEX triplet: BC, AD and 83. RGB value is (188,173,131). Sum of RGB (Red+Green+Blue) = 188+173+131=492 (65% of max value = 765). Red value is 188 (73.83% from 255 or 38.21% from 492); Green value is 173 (67.97% from 255 or 35.16% from 492); Blue value is 131 (51.56% from 255 or 26.63% from 492); Max value from RGB is 188 - color contains mainly: red. Hex color #BCAD83 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BCAD83 is #43527C. Grayscale: #ACACAC. Windows color (decimal): -4412029 or 8629692. OLE color: 8629692.

HSL color Cylindrical-coordinate representation of color #BCAD83: hue angle of 44.21º degrees, saturation: 0.3, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #BCAD83 is Cyan = 0, Magento = 0.08, Yellow = 0.30 and Black (K on CMYK) = 0.26.

Color convert

RGB188173131-
CMYK00.080.300.26
HSL44.21º29.84%62.55%-
HSV(B)44.21º30.32%73.73%-
XYZ39.7842.2227.52-
YUV172.7104.47138.92-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 38.21%
GREEN value IS 173 (67.97% from 255) = 35.16%
BLUE value IS 131 (51.56% from 255) = 26.63%
R=38.21%
G=35.16%
B=26.63%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.08
Y (Yellow) values IS 0.30
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal18817313100.080.300.2644.2129.8462.55
HexBCAD83081E1A2c1e3f
Octal2742552030103632543677
Binary10111100101011011000001101000111101101010110011110111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BCAD83

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BCAD83; }

 p { color: rgb(188,173,131); }

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

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

 a { background-color: rgb(188,173,131); }

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

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

 span { border-color: rgb(188,173,131); }

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