#BCA781

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

Shades of Pavlova #BCA781

Tints of Pavlova #BCA781

Color information

#BCA781 (or 0xBCA781) is unknown color: approx Pavlova. HEX triplet: BC, A7 and 81. RGB value is (188,167,129). Sum of RGB (Red+Green+Blue) = 188+167+129=484 (64% of max value = 765). Red value is 188 (73.83% from 255 or 38.84% from 484); Green value is 167 (65.62% from 255 or 34.50% from 484); Blue value is 129 (50.78% from 255 or 26.65% from 484); Max value from RGB is 188 - color contains mainly: red. Hex color #BCA781 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BCA781 is #43587E. Grayscale: #A9A9A9. Windows color (decimal): -4413567 or 8497084. OLE color: 8497084.

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

Color convert

RGB188167129-
CMYK00.110.310.26
HSL38.64º30.57%62.16%-
HSV(B)38.64º31.38%73.73%-
XYZ38.5239.9126.44-
YUV168.95105.46141.59-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 38.84%
GREEN value IS 167 (65.62% from 255) = 34.50%
BLUE value IS 129 (50.78% from 255) = 26.65%
R=38.84%
G=34.50%
B=26.65%

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
Decimal18816712900.110.310.2638.6430.5762.16
HexBCA7810B1F1A271f3e
Octal2742472010133732473776
Binary10111100101001111000000101011111111101010011111111111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BCA781

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BCA781; }

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

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

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

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

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

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

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

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