#BCAA85

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

Shades of Pavlova #BCAA85

Tints of Pavlova #BCAA85

Color information

#BCAA85 (or 0xBCAA85) is unknown color: approx Pavlova. HEX triplet: BC, AA and 85. RGB value is (188,170,133). Sum of RGB (Red+Green+Blue) = 188+170+133=491 (65% of max value = 765). Red value is 188 (73.83% from 255 or 38.29% from 491); Green value is 170 (66.80% from 255 or 34.62% from 491); Blue value is 133 (52.34% from 255 or 27.09% from 491); Max value from RGB is 188 - color contains mainly: red. Hex color #BCAA85 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BCAA85 is #43557A. Grayscale: #ABABAB. Windows color (decimal): -4412795 or 8759996. OLE color: 8759996.

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

Color convert

RGB188170133-
CMYK00.100.290.26
HSL40.36º29.1%62.94%-
HSV(B)40.36º29.26%73.73%-
XYZ39.3541.1328.06-
YUV171.16106.46140.01-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 38.29%
GREEN value IS 170 (66.80% from 255) = 34.62%
BLUE value IS 133 (52.34% from 255) = 27.09%
R=38.29%
G=34.62%
B=27.09%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.10
Y (Yellow) values IS 0.29
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal18817013300.100.290.2640.3629.162.94
HexBCAA850A1D1A281d3f
Octal2742522050123532503577
Binary10111100101010101000010101010111011101010100011101111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BCAA85

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BCAA85; }

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

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

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

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

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

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

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

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