#BCA787

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

Shades of Pavlova #BCA787

Tints of Pavlova #BCA787

Color information

#BCA787 (or 0xBCA787) is unknown color: approx Pavlova. HEX triplet: BC, A7 and 87. RGB value is (188,167,135). Sum of RGB (Red+Green+Blue) = 188+167+135=490 (64% of max value = 765). Red value is 188 (73.83% from 255 or 38.37% from 490); Green value is 167 (65.62% from 255 or 34.08% from 490); Blue value is 135 (53.12% from 255 or 27.55% from 490); Max value from RGB is 188 - color contains mainly: red. Hex color #BCA787 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BCA787 is #435878. Grayscale: #A9A9A9. Windows color (decimal): -4413561 or 8890300. OLE color: 8890300.

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

Color convert

RGB188167135-
CMYK00.110.280.26
HSL36.23º28.34%63.33%-
HSV(B)36.23º28.19%73.73%-
XYZ38.9340.0828.61-
YUV169.63108.46141.1-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 38.37%
GREEN value IS 167 (65.62% from 255) = 34.08%
BLUE value IS 135 (53.12% from 255) = 27.55%
R=38.37%
G=34.08%
B=27.55%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.11
Y (Yellow) values IS 0.28
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal18816713500.110.280.2636.2328.3463.33
HexBCA7870B1C1A241c3f
Octal2742472070133432443477
Binary10111100101001111000011101011111001101010010011100111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BCA787

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BCA787; }

 p { color: rgb(188,167,135); }

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

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

 a { background-color: rgb(188,167,135); }

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

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

 span { border-color: rgb(188,167,135); }

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