#BDA786

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

Shades of Pavlova #BDA786

Tints of Pavlova #BDA786

Color information

#BDA786 (or 0xBDA786) is unknown color: approx Pavlova. HEX triplet: BD, A7 and 86. RGB value is (189,167,134). Sum of RGB (Red+Green+Blue) = 189+167+134=490 (64% of max value = 765). Red value is 189 (74.22% from 255 or 38.57% from 490); Green value is 167 (65.62% from 255 or 34.08% from 490); Blue value is 134 (52.73% from 255 or 27.35% from 490); Max value from RGB is 189 - color contains mainly: red. Hex color #BDA786 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BDA786 is #425879. Grayscale: #A9A9A9. Windows color (decimal): -4348026 or 8824765. OLE color: 8824765.

HSL color Cylindrical-coordinate representation of color #BDA786: hue angle of 36º 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 #BDA786 is Cyan = 0, Magento = 0.12, Yellow = 0.29 and Black (K on CMYK) = 0.26.

Color convert

RGB189167134-
CMYK00.120.290.26
HSL36º29.41%63.33%-
HSV(B)36º29.1%74.12%-
XYZ39.1140.1828.25-
YUV169.82107.79141.68-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 38.57%
GREEN value IS 167 (65.62% from 255) = 34.08%
BLUE value IS 134 (52.73% from 255) = 27.35%
R=38.57%
G=34.08%
B=27.35%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.12
Y (Yellow) values IS 0.29
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal18916713400.120.290.263629.4163.33
HexBDA7860C1D1A241d3f
Octal2752472060143532443577
Binary10111101101001111000011001100111011101010010011101111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BDA786

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BDA786; }

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

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

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

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

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

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

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

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