#BCAD81

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

Shades of Pavlova #BCAD81

Tints of Pavlova #BCAD81

Color information

#BCAD81 (or 0xBCAD81) is unknown color: approx Pavlova. HEX triplet: BC, AD and 81. RGB value is (188,173,129). Sum of RGB (Red+Green+Blue) = 188+173+129=490 (64% of max value = 765). Red value is 188 (73.83% from 255 or 38.37% from 490); Green value is 173 (67.97% from 255 or 35.31% from 490); Blue value is 129 (50.78% from 255 or 26.33% from 490); Max value from RGB is 188 - color contains mainly: red. Hex color #BCAD81 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BCAD81 is #43527E. Grayscale: #ACACAC. Windows color (decimal): -4412031 or 8498620. OLE color: 8498620.

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

Color convert

RGB188173129-
CMYK00.080.310.26
HSL44.75º30.57%62.16%-
HSV(B)44.75º31.38%73.73%-
XYZ39.6542.1626.82-
YUV172.47103.47139.08-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 38.37%
GREEN value IS 173 (67.97% from 255) = 35.31%
BLUE value IS 129 (50.78% from 255) = 26.33%
R=38.37%
G=35.31%
B=26.33%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.08
Y (Yellow) values IS 0.31
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal18817312900.080.310.2644.7530.5762.16
HexBCAD81081F1A2d1f3e
Octal2742552010103732553776
Binary10111100101011011000000101000111111101010110111111111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BCAD81

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BCAD81; }

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

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

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

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

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

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

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

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