#BCA581

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

Shades of Pavlova #BCA581

Tints of Pavlova #BCA581

Color information

#BCA581 (or 0xBCA581) is unknown color: approx Pavlova. HEX triplet: BC, A5 and 81. RGB value is (188,165,129). Sum of RGB (Red+Green+Blue) = 188+165+129=482 (63% of max value = 765). Red value is 188 (73.83% from 255 or 39.00% from 482); Green value is 165 (64.84% from 255 or 34.23% from 482); Blue value is 129 (50.78% from 255 or 26.76% from 482); Max value from RGB is 188 - color contains mainly: red. Hex color #BCA581 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BCA581 is #435A7E. Grayscale: #A7A7A7. Windows color (decimal): -4414079 or 8496572. OLE color: 8496572.

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

Color convert

RGB188165129-
CMYK00.120.310.26
HSL36.61º30.57%62.16%-
HSV(B)36.61º31.38%73.73%-
XYZ38.1639.1926.32-
YUV167.77106.12142.43-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 39.00%
GREEN value IS 165 (64.84% from 255) = 34.23%
BLUE value IS 129 (50.78% from 255) = 26.76%
R=39.00%
G=34.23%
B=26.76%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.12
Y (Yellow) values IS 0.31
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal18816512900.120.310.2636.6130.5762.16
HexBCA5810C1F1A251f3e
Octal2742452010143732453776
Binary10111100101001011000000101100111111101010010111111111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BCA581

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BCA581; }

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

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

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

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

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

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

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

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