#BDA988

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

Shades of Pavlova #BDA988

Tints of Pavlova #BDA988

Color information

#BDA988 (or 0xBDA988) is unknown color: approx Pavlova. HEX triplet: BD, A9 and 88. RGB value is (189,169,136). Sum of RGB (Red+Green+Blue) = 189+169+136=494 (65% of max value = 765). Red value is 189 (74.22% from 255 or 38.26% from 494); Green value is 169 (66.41% from 255 or 34.21% from 494); Blue value is 136 (53.52% from 255 or 27.53% from 494); Max value from RGB is 189 - color contains mainly: red. Hex color #BDA988 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BDA988 is #425677. Grayscale: #ABABAB. Windows color (decimal): -4347512 or 8956349. OLE color: 8956349.

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

Color convert

RGB189169136-
CMYK00.110.280.26
HSL37.36º28.65%63.73%-
HSV(B)37.36º28.04%74.12%-
XYZ39.6240.9729.11-
YUV171.22108.13140.68-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 38.26%
GREEN value IS 169 (66.41% from 255) = 34.21%
BLUE value IS 136 (53.52% from 255) = 27.53%
R=38.26%
G=34.21%
B=27.53%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.11
Y (Yellow) values IS 0.28
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal18916913600.110.280.2637.3628.6563.73
HexBDA9880B1C1A251d40
Octal27525121001334324535100
Binary101111011010100110001000010111110011010100101111011000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BDA988

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BDA988; }

 p { color: rgb(189,169,136); }

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

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

 a { background-color: rgb(189,169,136); }

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

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

 span { border-color: rgb(189,169,136); }

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