#BCA886

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

Shades of Pavlova #BCA886

Tints of Pavlova #BCA886

Color information

#BCA886 (or 0xBCA886) is unknown color: approx Pavlova. HEX triplet: BC, A8 and 86. RGB value is (188,168,134). Sum of RGB (Red+Green+Blue) = 188+168+134=490 (64% of max value = 765). Red value is 188 (73.83% from 255 or 38.37% from 490); Green value is 168 (66.02% from 255 or 34.29% from 490); Blue value is 134 (52.73% from 255 or 27.35% from 490); Max value from RGB is 188 - color contains mainly: red. Hex color #BCA886 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BCA886 is #435779. Grayscale: #AAAAAA. Windows color (decimal): -4413306 or 8825020. OLE color: 8825020.

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

Color convert

RGB188168134-
CMYK00.110.290.26
HSL37.78º28.72%63.14%-
HSV(B)37.78º28.72%73.73%-
XYZ39.0440.4228.3-
YUV170.1107.63140.76-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 38.37%
GREEN value IS 168 (66.02% from 255) = 34.29%
BLUE value IS 134 (52.73% from 255) = 27.35%
R=38.37%
G=34.29%
B=27.35%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.11
Y (Yellow) values IS 0.29
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal18816813400.110.290.2637.7828.7263.14
HexBCA8860B1D1A261d3f
Octal2742502060133532463577
Binary10111100101010001000011001011111011101010011011101111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BCA886

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BCA886; }

 p { color: rgb(188,168,134); }

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

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

 a { background-color: rgb(188,168,134); }

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

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

 span { border-color: rgb(188,168,134); }

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