#BDA583

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

Shades of Pavlova #BDA583

Tints of Pavlova #BDA583

Color information

#BDA583 (or 0xBDA583) is unknown color: approx Pavlova. HEX triplet: BD, A5 and 83. RGB value is (189,165,131). Sum of RGB (Red+Green+Blue) = 189+165+131=485 (64% of max value = 765). Red value is 189 (74.22% from 255 or 38.97% from 485); Green value is 165 (64.84% from 255 or 34.02% from 485); Blue value is 131 (51.56% from 255 or 27.01% from 485); Max value from RGB is 189 - color contains mainly: red. Hex color #BDA583 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BDA583 is #425A7C. Grayscale: #A8A8A8. Windows color (decimal): -4348541 or 8627645. OLE color: 8627645.

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

Color convert

RGB189165131-
CMYK00.130.310.26
HSL35.17º30.53%62.75%-
HSV(B)35.17º30.69%74.12%-
XYZ38.5439.3727.04-
YUV168.3106.95142.76-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 38.97%
GREEN value IS 165 (64.84% from 255) = 34.02%
BLUE value IS 131 (51.56% from 255) = 27.01%
R=38.97%
G=34.02%
B=27.01%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.13
Y (Yellow) values IS 0.31
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal18916513100.130.310.2635.1730.5362.75
HexBDA5830D1F1A231f3f
Octal2752452030153732433777
Binary10111101101001011000001101101111111101010001111111111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BDA583

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BDA583; }

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

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

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

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

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

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

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

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