#BDA683

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

Shades of Pavlova #BDA683

Tints of Pavlova #BDA683

Color information

#BDA683 (or 0xBDA683) is unknown color: approx Pavlova. HEX triplet: BD, A6 and 83. RGB value is (189,166,131). Sum of RGB (Red+Green+Blue) = 189+166+131=486 (64% of max value = 765). Red value is 189 (74.22% from 255 or 38.89% from 486); Green value is 166 (65.23% from 255 or 34.16% from 486); Blue value is 131 (51.56% from 255 or 26.95% from 486); Max value from RGB is 189 - color contains mainly: red. Hex color #BDA683 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BDA683 is #42597C. Grayscale: #A9A9A9. Windows color (decimal): -4348285 or 8627901. OLE color: 8627901.

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

Color convert

RGB189166131-
CMYK00.120.310.26
HSL36.21º30.53%62.75%-
HSV(B)36.21º30.69%74.12%-
XYZ38.7239.7327.1-
YUV168.89106.62142.35-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 38.89%
GREEN value IS 166 (65.23% from 255) = 34.16%
BLUE value IS 131 (51.56% from 255) = 26.95%
R=38.89%
G=34.16%
B=26.95%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.12
Y (Yellow) values IS 0.31
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal18916613100.120.310.2636.2130.5362.75
HexBDA6830C1F1A241f3f
Octal2752462030143732443777
Binary10111101101001101000001101100111111101010010011111111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BDA683

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BDA683; }

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

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

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

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

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

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

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

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