#BCA782

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

Shades of Pavlova #BCA782

Tints of Pavlova #BCA782

Color information

#BCA782 (or 0xBCA782) is unknown color: approx Pavlova. HEX triplet: BC, A7 and 82. RGB value is (188,167,130). Sum of RGB (Red+Green+Blue) = 188+167+130=485 (64% of max value = 765). Red value is 188 (73.83% from 255 or 38.76% from 485); Green value is 167 (65.62% from 255 or 34.43% from 485); Blue value is 130 (51.17% from 255 or 26.80% from 485); Max value from RGB is 188 - color contains mainly: red. Hex color #BCA782 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BCA782 is #43587D. Grayscale: #A9A9A9. Windows color (decimal): -4413566 or 8562620. OLE color: 8562620.

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

Color convert

RGB188167130-
CMYK00.110.310.26
HSL38.28º30.21%62.35%-
HSV(B)38.28º30.85%73.73%-
XYZ38.5939.9426.79-
YUV169.06105.96141.51-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 38.76%
GREEN value IS 167 (65.62% from 255) = 34.43%
BLUE value IS 130 (51.17% from 255) = 26.80%
R=38.76%
G=34.43%
B=26.80%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.11
Y (Yellow) values IS 0.31
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal18816713000.110.310.2638.2830.2162.35
HexBCA7820B1F1A261e3e
Octal2742472020133732463676
Binary10111100101001111000001001011111111101010011011110111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BCA782

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BCA782; }

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

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

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

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

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

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

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

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