#BCAB82

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

Shades of Pavlova #BCAB82

Tints of Pavlova #BCAB82

Color information

#BCAB82 (or 0xBCAB82) is unknown color: approx Pavlova. HEX triplet: BC, AB and 82. RGB value is (188,171,130). Sum of RGB (Red+Green+Blue) = 188+171+130=489 (64% of max value = 765). Red value is 188 (73.83% from 255 or 38.45% from 489); Green value is 171 (67.19% from 255 or 34.97% from 489); Blue value is 130 (51.17% from 255 or 26.58% from 489); Max value from RGB is 188 - color contains mainly: red. Hex color #BCAB82 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BCAB82 is #43547D. Grayscale: #ABABAB. Windows color (decimal): -4412542 or 8563644. OLE color: 8563644.

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

Color convert

RGB188171130-
CMYK00.090.310.26
HSL42.41º30.21%62.35%-
HSV(B)42.41º30.85%73.73%-
XYZ39.3341.4327.04-
YUV171.41104.63139.83-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 38.45%
GREEN value IS 171 (67.19% from 255) = 34.97%
BLUE value IS 130 (51.17% from 255) = 26.58%
R=38.45%
G=34.97%
B=26.58%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.09
Y (Yellow) values IS 0.31
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal18817113000.090.310.2642.4130.2162.35
HexBCAB82091F1A2a1e3e
Octal2742532020113732523676
Binary10111100101010111000001001001111111101010101011110111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BCAB82

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BCAB82; }

 p { color: rgb(188,171,130); }

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

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

 a { background-color: rgb(188,171,130); }

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

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

 span { border-color: rgb(188,171,130); }

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