#BCA883

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

Shades of Pavlova #BCA883

Tints of Pavlova #BCA883

Color information

#BCA883 (or 0xBCA883) is unknown color: approx Pavlova. HEX triplet: BC, A8 and 83. RGB value is (188,168,131). Sum of RGB (Red+Green+Blue) = 188+168+131=487 (64% of max value = 765). Red value is 188 (73.83% from 255 or 38.60% from 487); Green value is 168 (66.02% from 255 or 34.50% from 487); Blue value is 131 (51.56% from 255 or 26.90% from 487); Max value from RGB is 188 - color contains mainly: red. Hex color #BCA883 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BCA883 is #43577C. Grayscale: #A9A9A9. Windows color (decimal): -4413309 or 8628412. OLE color: 8628412.

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

Color convert

RGB188168131-
CMYK00.110.300.26
HSL38.95º29.84%62.55%-
HSV(B)38.95º30.32%73.73%-
XYZ38.8440.3427.21-
YUV169.76106.13141.01-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 38.60%
GREEN value IS 168 (66.02% from 255) = 34.50%
BLUE value IS 131 (51.56% from 255) = 26.90%
R=38.60%
G=34.50%
B=26.90%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.11
Y (Yellow) values IS 0.30
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal18816813100.110.300.2638.9529.8462.55
HexBCA8830B1E1A271e3f
Octal2742502030133632473677
Binary10111100101010001000001101011111101101010011111110111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BCA883

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BCA883; }

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

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

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

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

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

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

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

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