#BCA98A

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

Shades of Pavlova #BCA98A

Tints of Pavlova #BCA98A

Color information

#BCA98A (or 0xBCA98A) is unknown color: approx Pavlova. HEX triplet: BC, A9 and 8A. RGB value is (188,169,138). Sum of RGB (Red+Green+Blue) = 188+169+138=495 (65% of max value = 765). Red value is 188 (73.83% from 255 or 37.98% from 495); Green value is 169 (66.41% from 255 or 34.14% from 495); Blue value is 138 (54.30% from 255 or 27.88% from 495); Max value from RGB is 188 - color contains mainly: red. Hex color #BCA98A is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BCA98A is #435675. Grayscale: #ABABAB. Windows color (decimal): -4413046 or 9087420. OLE color: 9087420.

HSL color Cylindrical-coordinate representation of color #BCA98A: hue angle of 37.2º degrees, saturation: 0.27, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #BCA98A is Cyan = 0, Magento = 0.10, Yellow = 0.27 and Black (K on CMYK) = 0.26.

Color convert

RGB188169138-
CMYK00.100.270.26
HSL37.2º27.17%63.92%-
HSV(B)37.2º26.6%73.73%-
XYZ39.5140.929.86-
YUV171.15109.29140.02-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 37.98%
GREEN value IS 169 (66.41% from 255) = 34.14%
BLUE value IS 138 (54.30% from 255) = 27.88%
R=37.98%
G=34.14%
B=27.88%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.10
Y (Yellow) values IS 0.27
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal18816913800.100.270.2637.227.1763.92
HexBCA98A0A1B1A251b40
Octal27425121201233324533100
Binary101111001010100110001010010101101111010100101110111000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BCA98A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BCA98A; }

 p { color: rgb(188,169,138); }

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

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

 a { background-color: rgb(188,169,138); }

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

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

 span { border-color: rgb(188,169,138); }

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