#BCA584

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

Shades of Pavlova #BCA584

Tints of Pavlova #BCA584

Color information

#BCA584 (or 0xBCA584) is unknown color: approx Pavlova. HEX triplet: BC, A5 and 84. RGB value is (188,165,132). Sum of RGB (Red+Green+Blue) = 188+165+132=485 (64% of max value = 765). Red value is 188 (73.83% from 255 or 38.76% from 485); Green value is 165 (64.84% from 255 or 34.02% from 485); Blue value is 132 (51.95% from 255 or 27.22% from 485); Max value from RGB is 188 - color contains mainly: red. Hex color #BCA584 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BCA584 is #435A7B. Grayscale: #A8A8A8. Windows color (decimal): -4414076 or 8693180. OLE color: 8693180.

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

Color convert

RGB188165132-
CMYK00.120.300.26
HSL35.36º29.47%62.75%-
HSV(B)35.36º29.79%73.73%-
XYZ38.3639.2727.39-
YUV168.11107.62142.18-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 38.76%
GREEN value IS 165 (64.84% from 255) = 34.02%
BLUE value IS 132 (51.95% from 255) = 27.22%
R=38.76%
G=34.02%
B=27.22%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.12
Y (Yellow) values IS 0.30
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal18816513200.120.300.2635.3629.4762.75
HexBCA5840C1E1A231d3f
Octal2742452040143632433577
Binary10111100101001011000010001100111101101010001111101111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BCA584

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BCA584; }

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

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

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

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

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

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

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

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