#BCA482

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

Shades of Pavlova #BCA482

Tints of Pavlova #BCA482

Color information

#BCA482 (or 0xBCA482) is unknown color: approx Pavlova. HEX triplet: BC, A4 and 82. RGB value is (188,164,130). Sum of RGB (Red+Green+Blue) = 188+164+130=482 (63% of max value = 765). Red value is 188 (73.83% from 255 or 39.00% from 482); Green value is 164 (64.45% from 255 or 34.02% from 482); Blue value is 130 (51.17% from 255 or 26.97% from 482); Max value from RGB is 188 - color contains mainly: red. Hex color #BCA482 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BCA482 is #435B7D. Grayscale: #A7A7A7. Windows color (decimal): -4414334 or 8561852. OLE color: 8561852.

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

Color convert

RGB188164130-
CMYK00.130.310.26
HSL35.17º30.21%62.35%-
HSV(B)35.17º30.85%73.73%-
XYZ38.0438.8526.61-
YUV167.3106.95142.76-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 39.00%
GREEN value IS 164 (64.45% from 255) = 34.02%
BLUE value IS 130 (51.17% from 255) = 26.97%
R=39.00%
G=34.02%
B=26.97%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.13
Y (Yellow) values IS 0.31
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal18816413000.130.310.2635.1730.2162.35
HexBCA4820D1F1A231e3e
Octal2742442020153732433676
Binary10111100101001001000001001101111111101010001111110111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BCA482

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BCA482; }

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

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

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

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

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

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

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

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