#BCAA81

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

Shades of Pavlova #BCAA81

Tints of Pavlova #BCAA81

Color information

#BCAA81 (or 0xBCAA81) is unknown color: approx Pavlova. HEX triplet: BC, AA and 81. RGB value is (188,170,129). Sum of RGB (Red+Green+Blue) = 188+170+129=487 (64% of max value = 765). Red value is 188 (73.83% from 255 or 38.60% from 487); Green value is 170 (66.80% from 255 or 34.91% from 487); Blue value is 129 (50.78% from 255 or 26.49% from 487); Max value from RGB is 188 - color contains mainly: red. Hex color #BCAA81 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BCAA81 is #43557E. Grayscale: #AAAAAA. Windows color (decimal): -4412799 or 8497852. OLE color: 8497852.

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

Color convert

RGB188170129-
CMYK00.100.310.26
HSL41.69º30.57%62.16%-
HSV(B)41.69º31.38%73.73%-
XYZ39.0841.0326.63-
YUV170.71104.46140.33-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 38.60%
GREEN value IS 170 (66.80% from 255) = 34.91%
BLUE value IS 129 (50.78% from 255) = 26.49%
R=38.60%
G=34.91%
B=26.49%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.10
Y (Yellow) values IS 0.31
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal18817012900.100.310.2641.6930.5762.16
HexBCAA810A1F1A2a1f3e
Octal2742522010123732523776
Binary10111100101010101000000101010111111101010101011111111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BCAA81

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BCAA81; }

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

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

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

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

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

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

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

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