#BDA78B

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

Shades of Pavlova #BDA78B

Tints of Pavlova #BDA78B

Color information

#BDA78B (or 0xBDA78B) is unknown color: approx Pavlova. HEX triplet: BD, A7 and 8B. RGB value is (189,167,139). Sum of RGB (Red+Green+Blue) = 189+167+139=495 (65% of max value = 765). Red value is 189 (74.22% from 255 or 38.18% from 495); Green value is 167 (65.62% from 255 or 33.74% from 495); Blue value is 139 (54.69% from 255 or 28.08% from 495); Max value from RGB is 189 - color contains mainly: red. Hex color #BDA78B is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BDA78B is #425874. Grayscale: #AAAAAA. Windows color (decimal): -4348021 or 9152445. OLE color: 9152445.

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

Color convert

RGB189167139-
CMYK00.120.260.26
HSL33.6º27.47%64.31%-
HSV(B)33.6º26.46%74.12%-
XYZ39.4740.3230.13-
YUV170.39110.29141.28-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 38.18%
GREEN value IS 167 (65.62% from 255) = 33.74%
BLUE value IS 139 (54.69% from 255) = 28.08%
R=38.18%
G=33.74%
B=28.08%

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
Decimal18916713900.120.260.2633.627.4764.31
HexBDA78B0C1A1A221b40
Octal27524721301432324233100
Binary101111011010011110001011011001101011010100010110111000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BDA78B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BDA78B; }

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

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

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

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

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

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

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

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