#BDA88E

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

Shades of Pavlova #BDA88E

Tints of Pavlova #BDA88E

Color information

#BDA88E (or 0xBDA88E) is unknown color: approx Pavlova. HEX triplet: BD, A8 and 8E. RGB value is (189,168,142). Sum of RGB (Red+Green+Blue) = 189+168+142=499 (66% of max value = 765). Red value is 189 (74.22% from 255 or 37.88% from 499); Green value is 168 (66.02% from 255 or 33.67% from 499); Blue value is 142 (55.86% from 255 or 28.46% from 499); Max value from RGB is 189 - color contains mainly: red. Hex color #BDA88E is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BDA88E is #425771. Grayscale: #ABABAB. Windows color (decimal): -4347762 or 9349309. OLE color: 9349309.

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

Color convert

RGB189168142-
CMYK00.110.250.26
HSL33.19º26.26%64.9%-
HSV(B)33.19º24.87%74.12%-
XYZ39.8740.7831.36-
YUV171.32111.46140.61-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 37.88%
GREEN value IS 168 (66.02% from 255) = 33.67%
BLUE value IS 142 (55.86% from 255) = 28.46%
R=37.88%
G=33.67%
B=28.46%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.11
Y (Yellow) values IS 0.25
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal18916814200.110.250.2633.1926.2664.9
HexBDA88E0B191A211a41
Octal27525021601331324132101
Binary101111011010100010001110010111100111010100001110101000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BDA88E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BDA88E; }

 p { color: rgb(189,168,142); }

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

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

 a { background-color: rgb(189,168,142); }

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

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

 span { border-color: rgb(189,168,142); }

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