#BDA481

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

Shades of Pavlova #BDA481

Tints of Pavlova #BDA481

Color information

#BDA481 (or 0xBDA481) is unknown color: approx Pavlova. HEX triplet: BD, A4 and 81. RGB value is (189,164,129). Sum of RGB (Red+Green+Blue) = 189+164+129=482 (63% of max value = 765). Red value is 189 (74.22% from 255 or 39.21% from 482); Green value is 164 (64.45% from 255 or 34.02% from 482); Blue value is 129 (50.78% from 255 or 26.76% from 482); Max value from RGB is 189 - color contains mainly: red. Hex color #BDA481 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BDA481 is #425B7E. Grayscale: #A7A7A7. Windows color (decimal): -4348799 or 8496317. OLE color: 8496317.

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

Color convert

RGB189164129-
CMYK00.130.320.26
HSL35º31.25%62.35%-
HSV(B)35º31.75%74.12%-
XYZ38.2238.9526.27-
YUV167.48106.28143.35-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 39.21%
GREEN value IS 164 (64.45% from 255) = 34.02%
BLUE value IS 129 (50.78% from 255) = 26.76%
R=39.21%
G=34.02%
B=26.76%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.13
Y (Yellow) values IS 0.32
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal18916412900.130.320.263531.2562.35
HexBDA4810D201A231f3e
Octal2752442010154032433776
Binary101111011010010010000001011011000001101010001111111111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BDA481

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BDA481; }

 p { color: rgb(189,164,129); }

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

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

 a { background-color: rgb(189,164,129); }

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

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

 span { border-color: rgb(189,164,129); }

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