#BCAA83

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

Shades of Pavlova #BCAA83

Tints of Pavlova #BCAA83

Color information

#BCAA83 (or 0xBCAA83) is unknown color: approx Pavlova. HEX triplet: BC, AA and 83. RGB value is (188,170,131). Sum of RGB (Red+Green+Blue) = 188+170+131=489 (64% of max value = 765). Red value is 188 (73.83% from 255 or 38.45% from 489); Green value is 170 (66.80% from 255 or 34.76% from 489); Blue value is 131 (51.56% from 255 or 26.79% from 489); Max value from RGB is 188 - color contains mainly: red. Hex color #BCAA83 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BCAA83 is #43557C. Grayscale: #ABABAB. Windows color (decimal): -4412797 or 8628924. OLE color: 8628924.

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

Color convert

RGB188170131-
CMYK00.100.300.26
HSL41.05º29.84%62.55%-
HSV(B)41.05º30.32%73.73%-
XYZ39.2141.0827.34-
YUV170.94105.46140.17-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 38.45%
GREEN value IS 170 (66.80% from 255) = 34.76%
BLUE value IS 131 (51.56% from 255) = 26.79%
R=38.45%
G=34.76%
B=26.79%

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
Decimal18817013100.100.300.2641.0529.8462.55
HexBCAA830A1E1A291e3f
Octal2742522030123632513677
Binary10111100101010101000001101010111101101010100111110111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BCAA83

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BCAA83; }

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

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

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

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

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

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

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

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