#BDA885

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

Shades of Pavlova #BDA885

Tints of Pavlova #BDA885

Color information

#BDA885 (or 0xBDA885) is unknown color: approx Pavlova. HEX triplet: BD, A8 and 85. RGB value is (189,168,133). Sum of RGB (Red+Green+Blue) = 189+168+133=490 (64% of max value = 765). Red value is 189 (74.22% from 255 or 38.57% from 490); Green value is 168 (66.02% from 255 or 34.29% from 490); Blue value is 133 (52.34% from 255 or 27.14% from 490); Max value from RGB is 189 - color contains mainly: red. Hex color #BDA885 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BDA885 is #42577A. Grayscale: #AAAAAA. Windows color (decimal): -4347771 or 8759485. OLE color: 8759485.

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

Color convert

RGB189168133-
CMYK00.110.300.26
HSL37.5º29.79%63.14%-
HSV(B)37.5º29.63%74.12%-
XYZ39.2240.5227.94-
YUV170.29106.96141.35-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 38.57%
GREEN value IS 168 (66.02% from 255) = 34.29%
BLUE value IS 133 (52.34% from 255) = 27.14%
R=38.57%
G=34.29%
B=27.14%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.11
Y (Yellow) values IS 0.30
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal18916813300.110.300.2637.529.7963.14
HexBDA8850B1E1A261e3f
Octal2752502050133632463677
Binary10111101101010001000010101011111101101010011011110111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BDA885

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BDA885; }

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

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

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

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

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

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

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

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