#BDA684

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

Shades of Pavlova #BDA684

Tints of Pavlova #BDA684

Color information

#BDA684 (or 0xBDA684) is unknown color: approx Pavlova. HEX triplet: BD, A6 and 84. RGB value is (189,166,132). Sum of RGB (Red+Green+Blue) = 189+166+132=487 (64% of max value = 765). Red value is 189 (74.22% from 255 or 38.81% from 487); Green value is 166 (65.23% from 255 or 34.09% from 487); Blue value is 132 (51.95% from 255 or 27.10% from 487); Max value from RGB is 189 - color contains mainly: red. Hex color #BDA684 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BDA684 is #42597B. Grayscale: #A9A9A9. Windows color (decimal): -4348284 or 8693437. OLE color: 8693437.

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

Color convert

RGB189166132-
CMYK00.120.300.26
HSL35.79º30.16%62.94%-
HSV(B)35.79º30.16%74.12%-
XYZ38.7939.7627.46-
YUV169107.12142.26-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 38.81%
GREEN value IS 166 (65.23% from 255) = 34.09%
BLUE value IS 132 (51.95% from 255) = 27.10%
R=38.81%
G=34.09%
B=27.10%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.12
Y (Yellow) values IS 0.30
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal18916613200.120.300.2635.7930.1662.94
HexBDA6840C1E1A241e3f
Octal2752462040143632443677
Binary10111101101001101000010001100111101101010010011110111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BDA684

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BDA684; }

 p { color: rgb(189,166,132); }

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

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

 a { background-color: rgb(189,166,132); }

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

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

 span { border-color: rgb(189,166,132); }

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