#BCA483

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

Shades of Pavlova #BCA483

Tints of Pavlova #BCA483

Color information

#BCA483 (or 0xBCA483) is unknown color: approx Pavlova. HEX triplet: BC, A4 and 83. RGB value is (188,164,131). Sum of RGB (Red+Green+Blue) = 188+164+131=483 (63% of max value = 765). Red value is 188 (73.83% from 255 or 38.92% from 483); Green value is 164 (64.45% from 255 or 33.95% from 483); Blue value is 131 (51.56% from 255 or 27.12% from 483); Max value from RGB is 188 - color contains mainly: red. Hex color #BCA483 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BCA483 is #435B7C. Grayscale: #A7A7A7. Windows color (decimal): -4414333 or 8627388. OLE color: 8627388.

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

Color convert

RGB188164131-
CMYK00.130.300.26
HSL34.74º29.84%62.55%-
HSV(B)34.74º30.32%73.73%-
XYZ38.1138.8826.97-
YUV167.41107.45142.68-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 38.92%
GREEN value IS 164 (64.45% from 255) = 33.95%
BLUE value IS 131 (51.56% from 255) = 27.12%
R=38.92%
G=33.95%
B=27.12%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.13
Y (Yellow) values IS 0.30
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal18816413100.130.300.2634.7429.8462.55
HexBCA4830D1E1A231e3f
Octal2742442030153632433677
Binary10111100101001001000001101101111101101010001111110111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BCA483

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BCA483; }

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

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

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

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

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

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

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

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