#BCAB83

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

Shades of Pavlova #BCAB83

Tints of Pavlova #BCAB83

Color information

#BCAB83 (or 0xBCAB83) is unknown color: approx Pavlova. HEX triplet: BC, AB and 83. RGB value is (188,171,131). Sum of RGB (Red+Green+Blue) = 188+171+131=490 (64% of max value = 765). Red value is 188 (73.83% from 255 or 38.37% from 490); Green value is 171 (67.19% from 255 or 34.90% from 490); Blue value is 131 (51.56% from 255 or 26.73% from 490); Max value from RGB is 188 - color contains mainly: red. Hex color #BCAB83 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BCAB83 is #43547C. Grayscale: #ABABAB. Windows color (decimal): -4412541 or 8629180. OLE color: 8629180.

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

Color convert

RGB188171131-
CMYK00.090.300.26
HSL42.11º29.84%62.55%-
HSV(B)42.11º30.32%73.73%-
XYZ39.441.4627.4-
YUV171.52105.13139.75-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 38.37%
GREEN value IS 171 (67.19% from 255) = 34.90%
BLUE value IS 131 (51.56% from 255) = 26.73%
R=38.37%
G=34.90%
B=26.73%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.09
Y (Yellow) values IS 0.30
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal18817113100.090.300.2642.1129.8462.55
HexBCAB83091E1A2a1e3f
Octal2742532030113632523677
Binary10111100101010111000001101001111101101010101011110111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BCAB83

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BCAB83; }

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

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

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

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

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

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

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

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