#BCA583

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

Shades of Pavlova #BCA583

Tints of Pavlova #BCA583

Color information

#BCA583 (or 0xBCA583) is unknown color: approx Pavlova. HEX triplet: BC, A5 and 83. RGB value is (188,165,131). Sum of RGB (Red+Green+Blue) = 188+165+131=484 (64% of max value = 765). Red value is 188 (73.83% from 255 or 38.84% from 484); Green value is 165 (64.84% from 255 or 34.09% from 484); Blue value is 131 (51.56% from 255 or 27.07% from 484); Max value from RGB is 188 - color contains mainly: red. Hex color #BCA583 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BCA583 is #435A7C. Grayscale: #A8A8A8. Windows color (decimal): -4414077 or 8627644. OLE color: 8627644.

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

Color convert

RGB188165131-
CMYK00.120.300.26
HSL35.79º29.84%62.55%-
HSV(B)35.79º30.32%73.73%-
XYZ38.2939.2427.03-
YUV168107.12142.26-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 38.84%
GREEN value IS 165 (64.84% from 255) = 34.09%
BLUE value IS 131 (51.56% from 255) = 27.07%
R=38.84%
G=34.09%
B=27.07%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.12
Y (Yellow) values IS 0.30
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal18816513100.120.300.2635.7929.8462.55
HexBCA5830C1E1A241e3f
Octal2742452030143632443677
Binary10111100101001011000001101100111101101010010011110111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BCA583

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BCA583; }

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

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

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

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

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

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

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

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