#BDA886

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

Shades of Pavlova #BDA886

Tints of Pavlova #BDA886

Color information

#BDA886 (or 0xBDA886) is unknown color: approx Pavlova. HEX triplet: BD, A8 and 86. RGB value is (189,168,134). Sum of RGB (Red+Green+Blue) = 189+168+134=491 (65% of max value = 765). Red value is 189 (74.22% from 255 or 38.49% from 491); Green value is 168 (66.02% from 255 or 34.22% from 491); Blue value is 134 (52.73% from 255 or 27.29% from 491); Max value from RGB is 189 - color contains mainly: red. Hex color #BDA886 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BDA886 is #425779. Grayscale: #AAAAAA. Windows color (decimal): -4347770 or 8825021. OLE color: 8825021.

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

Color convert

RGB189168134-
CMYK00.110.290.26
HSL37.09º29.41%63.33%-
HSV(B)37.09º29.1%74.12%-
XYZ39.2940.5528.31-
YUV170.4107.46141.26-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 38.49%
GREEN value IS 168 (66.02% from 255) = 34.22%
BLUE value IS 134 (52.73% from 255) = 27.29%
R=38.49%
G=34.22%
B=27.29%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.11
Y (Yellow) values IS 0.29
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal18916813400.110.290.2637.0929.4163.33
HexBDA8860B1D1A251d3f
Octal2752502060133532453577
Binary10111101101010001000011001011111011101010010111101111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BDA886

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BDA886; }

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

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

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

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

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

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

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

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