#BDAA7E

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

Shades of Pavlova #BDAA7E

Tints of Pavlova #BDAA7E

Color information

#BDAA7E (or 0xBDAA7E) is unknown color: approx Pavlova. HEX triplet: BD, AA and 7E. RGB value is (189,170,126). Sum of RGB (Red+Green+Blue) = 189+170+126=485 (64% of max value = 765). Red value is 189 (74.22% from 255 or 38.97% from 485); Green value is 170 (66.80% from 255 or 35.05% from 485); Blue value is 126 (49.61% from 255 or 25.98% from 485); Max value from RGB is 189 - color contains mainly: red. Hex color #BDAA7E is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BDAA7E is #425581. Grayscale: #AAAAAA. Windows color (decimal): -4347266 or 8301245. OLE color: 8301245.

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

Color convert

RGB189170126-
CMYK00.100.330.26
HSL41.9º32.31%61.76%-
HSV(B)41.9º33.33%74.12%-
XYZ39.1341.0725.6-
YUV170.66102.79141.08-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 38.97%
GREEN value IS 170 (66.80% from 255) = 35.05%
BLUE value IS 126 (49.61% from 255) = 25.98%
R=38.97%
G=35.05%
B=25.98%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.10
Y (Yellow) values IS 0.33
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal18917012600.100.330.2641.932.3161.76
HexBDAA7E0A211A2a203e
Octal2752521760124132524076
Binary101111011010101011111100101010000111010101010100000111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BDAA7E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BDAA7E; }

 p { color: rgb(189,170,126); }

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

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

 a { background-color: rgb(189,170,126); }

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

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

 span { border-color: rgb(189,170,126); }

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