#BDA784

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

Shades of Pavlova #BDA784

Tints of Pavlova #BDA784

Color information

#BDA784 (or 0xBDA784) is unknown color: approx Pavlova. HEX triplet: BD, A7 and 84. RGB value is (189,167,132). Sum of RGB (Red+Green+Blue) = 189+167+132=488 (64% of max value = 765). Red value is 189 (74.22% from 255 or 38.73% from 488); Green value is 167 (65.62% from 255 or 34.22% from 488); Blue value is 132 (51.95% from 255 or 27.05% from 488); Max value from RGB is 189 - color contains mainly: red. Hex color #BDA784 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BDA784 is #42587B. Grayscale: #A9A9A9. Windows color (decimal): -4348028 or 8693693. OLE color: 8693693.

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

Color convert

RGB189167132-
CMYK00.120.300.26
HSL36.84º30.16%62.94%-
HSV(B)36.84º30.16%74.12%-
XYZ38.9740.1227.52-
YUV169.59106.79141.85-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 38.73%
GREEN value IS 167 (65.62% from 255) = 34.22%
BLUE value IS 132 (51.95% from 255) = 27.05%
R=38.73%
G=34.22%
B=27.05%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.12
Y (Yellow) values IS 0.30
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal18916713200.120.300.2636.8430.1662.94
HexBDA7840C1E1A251e3f
Octal2752472040143632453677
Binary10111101101001111000010001100111101101010010111110111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BDA784

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BDA784; }

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

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

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

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

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

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

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

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