#BDA883

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

Shades of Pavlova #BDA883

Tints of Pavlova #BDA883

Color information

#BDA883 (or 0xBDA883) is unknown color: approx Pavlova. HEX triplet: BD, A8 and 83. RGB value is (189,168,131). Sum of RGB (Red+Green+Blue) = 189+168+131=488 (64% of max value = 765). Red value is 189 (74.22% from 255 or 38.73% from 488); Green value is 168 (66.02% from 255 or 34.43% from 488); Blue value is 131 (51.56% from 255 or 26.84% from 488); Max value from RGB is 189 - color contains mainly: red. Hex color #BDA883 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BDA883 is #42577C. Grayscale: #AAAAAA. Windows color (decimal): -4347773 or 8628413. OLE color: 8628413.

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

Color convert

RGB189168131-
CMYK00.110.310.26
HSL38.28º30.53%62.75%-
HSV(B)38.28º30.69%74.12%-
XYZ39.0940.4627.22-
YUV170.06105.96141.51-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 38.73%
GREEN value IS 168 (66.02% from 255) = 34.43%
BLUE value IS 131 (51.56% from 255) = 26.84%
R=38.73%
G=34.43%
B=26.84%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.11
Y (Yellow) values IS 0.31
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal18916813100.110.310.2638.2830.5362.75
HexBDA8830B1F1A261f3f
Octal2752502030133732463777
Binary10111101101010001000001101011111111101010011011111111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BDA883

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BDA883; }

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

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

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

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

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

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

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

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