#BCA681

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

Shades of Pavlova #BCA681

Tints of Pavlova #BCA681

Color information

#BCA681 (or 0xBCA681) is unknown color: approx Pavlova. HEX triplet: BC, A6 and 81. RGB value is (188,166,129). Sum of RGB (Red+Green+Blue) = 188+166+129=483 (63% of max value = 765). Red value is 188 (73.83% from 255 or 38.92% from 483); Green value is 166 (65.23% from 255 or 34.37% from 483); Blue value is 129 (50.78% from 255 or 26.71% from 483); Max value from RGB is 188 - color contains mainly: red. Hex color #BCA681 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BCA681 is #43597E. Grayscale: #A8A8A8. Windows color (decimal): -4413823 or 8496828. OLE color: 8496828.

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

Color convert

RGB188166129-
CMYK00.120.310.26
HSL37.63º30.57%62.16%-
HSV(B)37.63º31.38%73.73%-
XYZ38.3439.5526.38-
YUV168.36105.79142.01-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 38.92%
GREEN value IS 166 (65.23% from 255) = 34.37%
BLUE value IS 129 (50.78% from 255) = 26.71%
R=38.92%
G=34.37%
B=26.71%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.12
Y (Yellow) values IS 0.31
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal18816612900.120.310.2637.6330.5762.16
HexBCA6810C1F1A261f3e
Octal2742462010143732463776
Binary10111100101001101000000101100111111101010011011111111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BCA681

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BCA681; }

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

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

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

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

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

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

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

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