#BDA990

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

Shades of Pavlova #BDA990

Tints of Pavlova #BDA990

Color information

#BDA990 (or 0xBDA990) is unknown color: approx Pavlova. HEX triplet: BD, A9 and 90. RGB value is (189,169,144). Sum of RGB (Red+Green+Blue) = 189+169+144=502 (66% of max value = 765). Red value is 189 (74.22% from 255 or 37.65% from 502); Green value is 169 (66.41% from 255 or 33.67% from 502); Blue value is 144 (56.64% from 255 or 28.69% from 502); Max value from RGB is 189 - color contains mainly: red. Hex color #BDA990 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BDA990 is #42566F. Grayscale: #ACACAC. Windows color (decimal): -4347504 or 9480637. OLE color: 9480637.

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

Color convert

RGB189169144-
CMYK00.110.240.26
HSL33.33º25.42%65.29%-
HSV(B)33.33º23.81%74.12%-
XYZ40.2141.2132.22-
YUV172.13112.13140.03-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 37.65%
GREEN value IS 169 (66.41% from 255) = 33.67%
BLUE value IS 144 (56.64% from 255) = 28.69%
R=37.65%
G=33.67%
B=28.69%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.11
Y (Yellow) values IS 0.24
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal18916914400.110.240.2633.3325.4265.29
HexBDA9900B181A211941
Octal27525122001330324131101
Binary101111011010100110010000010111100011010100001110011000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BDA990

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BDA990; }

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

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

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

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

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

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

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

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