#BCA983

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

Shades of Pavlova #BCA983

Tints of Pavlova #BCA983

Color information

#BCA983 (or 0xBCA983) is unknown color: approx Pavlova. HEX triplet: BC, A9 and 83. RGB value is (188,169,131). Sum of RGB (Red+Green+Blue) = 188+169+131=488 (64% of max value = 765). Red value is 188 (73.83% from 255 or 38.52% from 488); Green value is 169 (66.41% from 255 or 34.63% from 488); Blue value is 131 (51.56% from 255 or 26.84% from 488); Max value from RGB is 188 - color contains mainly: red. Hex color #BCA983 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BCA983 is #43567C. Grayscale: #AAAAAA. Windows color (decimal): -4413053 or 8628668. OLE color: 8628668.

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

Color convert

RGB188169131-
CMYK00.100.300.26
HSL40º29.84%62.55%-
HSV(B)40º30.32%73.73%-
XYZ39.0240.7127.27-
YUV170.35105.79140.59-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 38.52%
GREEN value IS 169 (66.41% from 255) = 34.63%
BLUE value IS 131 (51.56% from 255) = 26.84%
R=38.52%
G=34.63%
B=26.84%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.10
Y (Yellow) values IS 0.30
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal18816913100.100.300.264029.8462.55
HexBCA9830A1E1A281e3f
Octal2742512030123632503677
Binary10111100101010011000001101010111101101010100011110111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BCA983

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BCA983; }

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

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

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

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

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

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

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

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