#BDA783

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

Shades of Pavlova #BDA783

Tints of Pavlova #BDA783

Color information

#BDA783 (or 0xBDA783) is unknown color: approx Pavlova. HEX triplet: BD, A7 and 83. RGB value is (189,167,131). Sum of RGB (Red+Green+Blue) = 189+167+131=487 (64% of max value = 765). Red value is 189 (74.22% from 255 or 38.81% from 487); Green value is 167 (65.62% from 255 or 34.29% from 487); Blue value is 131 (51.56% from 255 or 26.90% from 487); Max value from RGB is 189 - color contains mainly: red. Hex color #BDA783 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BDA783 is #42587C. Grayscale: #A9A9A9. Windows color (decimal): -4348029 or 8628157. OLE color: 8628157.

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

Color convert

RGB189167131-
CMYK00.120.310.26
HSL37.24º30.53%62.75%-
HSV(B)37.24º30.69%74.12%-
XYZ38.940.0927.16-
YUV169.47106.29141.93-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 38.81%
GREEN value IS 167 (65.62% from 255) = 34.29%
BLUE value IS 131 (51.56% from 255) = 26.90%
R=38.81%
G=34.29%
B=26.90%

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
Decimal18916713100.120.310.2637.2430.5362.75
HexBDA7830C1F1A251f3f
Octal2752472030143732453777
Binary10111101101001111000001101100111111101010010111111111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BDA783

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BDA783; }

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

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

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

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

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

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

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

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