#BCA27A

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

Shades of Pavlova #BCA27A

Tints of Pavlova #BCA27A

Color information

#BCA27A (or 0xBCA27A) is unknown color: approx Pavlova. HEX triplet: BC, A2 and 7A. RGB value is (188,162,122). Sum of RGB (Red+Green+Blue) = 188+162+122=472 (62% of max value = 765). Red value is 188 (73.83% from 255 or 39.83% from 472); Green value is 162 (63.67% from 255 or 34.32% from 472); Blue value is 122 (48.05% from 255 or 25.85% from 472); Max value from RGB is 188 - color contains mainly: red. Hex color #BCA27A is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BCA27A is #435D85. Grayscale: #A5A5A5. Windows color (decimal): -4414854 or 8037052. OLE color: 8037052.

HSL color Cylindrical-coordinate representation of color #BCA27A: hue angle of 36.36º degrees, saturation: 0.33, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #BCA27A is Cyan = 0, Magento = 0.14, Yellow = 0.35 and Black (K on CMYK) = 0.26.

Color convert

RGB188162122-
CMYK00.140.350.26
HSL36.36º33%60.78%-
HSV(B)36.36º35.11%73.73%-
XYZ37.1737.9423.78-
YUV165.21103.61144.25-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 39.83%
GREEN value IS 162 (63.67% from 255) = 34.32%
BLUE value IS 122 (48.05% from 255) = 25.85%
R=39.83%
G=34.32%
B=25.85%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.14
Y (Yellow) values IS 0.35
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal18816212200.140.350.2636.363360.78
HexBCA27A0E231A24213d
Octal2742421720164332444175
Binary101111001010001011110100111010001111010100100100001111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BCA27A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BCA27A; }

 p { color: rgb(188,162,122); }

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

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

 a { background-color: rgb(188,162,122); }

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

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

 span { border-color: rgb(188,162,122); }

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