#BCA789

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

Shades of Pavlova #BCA789

Tints of Pavlova #BCA789

Color information

#BCA789 (or 0xBCA789) is unknown color: approx Pavlova. HEX triplet: BC, A7 and 89. RGB value is (188,167,137). Sum of RGB (Red+Green+Blue) = 188+167+137=492 (65% of max value = 765). Red value is 188 (73.83% from 255 or 38.21% from 492); Green value is 167 (65.62% from 255 or 33.94% from 492); Blue value is 137 (53.91% from 255 or 27.85% from 492); Max value from RGB is 188 - color contains mainly: red. Hex color #BCA789 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BCA789 is #435876. Grayscale: #AAAAAA. Windows color (decimal): -4413559 or 9021372. OLE color: 9021372.

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

Color convert

RGB188167137-
CMYK00.110.270.26
HSL35.29º27.57%63.73%-
HSV(B)35.29º27.13%73.73%-
XYZ39.0740.1329.35-
YUV169.86109.46140.94-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 38.21%
GREEN value IS 167 (65.62% from 255) = 33.94%
BLUE value IS 137 (53.91% from 255) = 27.85%
R=38.21%
G=33.94%
B=27.85%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.11
Y (Yellow) values IS 0.27
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal18816713700.110.270.2635.2927.5763.73
HexBCA7890B1B1A231c40
Octal27424721101333324334100
Binary101111001010011110001001010111101111010100011111001000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BCA789

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BCA789; }

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

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

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

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

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

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

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

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