#BDA78C

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

Shades of Pavlova #BDA78C

Tints of Pavlova #BDA78C

Color information

#BDA78C (or 0xBDA78C) is unknown color: approx Pavlova. HEX triplet: BD, A7 and 8C. RGB value is (189,167,140). Sum of RGB (Red+Green+Blue) = 189+167+140=496 (65% of max value = 765). Red value is 189 (74.22% from 255 or 38.10% from 496); Green value is 167 (65.62% from 255 or 33.67% from 496); Blue value is 140 (55.08% from 255 or 28.23% from 496); Max value from RGB is 189 - color contains mainly: red. Hex color #BDA78C is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BDA78C is #425873. Grayscale: #AAAAAA. Windows color (decimal): -4348020 or 9217981. OLE color: 9217981.

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

Color convert

RGB189167140-
CMYK00.120.260.26
HSL33.06º27.07%64.51%-
HSV(B)33.06º25.93%74.12%-
XYZ39.5440.3530.52-
YUV170.5110.79141.2-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 38.10%
GREEN value IS 167 (65.62% from 255) = 33.67%
BLUE value IS 140 (55.08% from 255) = 28.23%
R=38.10%
G=33.67%
B=28.23%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.12
Y (Yellow) values IS 0.26
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal18916714000.120.260.2633.0627.0764.51
HexBDA78C0C1A1A211b41
Octal27524721401432324133101
Binary101111011010011110001100011001101011010100001110111000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BDA78C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BDA78C; }

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

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

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

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

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

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

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

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