#BDAC8A

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

Shades of Pavlova #BDAC8A

Tints of Pavlova #BDAC8A

Color information

#BDAC8A (or 0xBDAC8A) is unknown color: approx Pavlova. HEX triplet: BD, AC and 8A. RGB value is (189,172,138). Sum of RGB (Red+Green+Blue) = 189+172+138=499 (66% of max value = 765). Red value is 189 (74.22% from 255 or 37.88% from 499); Green value is 172 (67.58% from 255 or 34.47% from 499); Blue value is 138 (54.30% from 255 or 27.66% from 499); Max value from RGB is 189 - color contains mainly: red. Hex color #BDAC8A is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BDAC8A is #425375. Grayscale: #ADADAD. Windows color (decimal): -4346742 or 9088189. OLE color: 9088189.

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

Color convert

RGB189172138-
CMYK00.090.270.26
HSL40º27.87%64.12%-
HSV(B)40º26.98%74.12%-
XYZ40.3342.1630.06-
YUV173.21108.13139.26-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 37.88%
GREEN value IS 172 (67.58% from 255) = 34.47%
BLUE value IS 138 (54.30% from 255) = 27.66%
R=37.88%
G=34.47%
B=27.66%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.09
Y (Yellow) values IS 0.27
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal18917213800.090.270.264027.8764.12
HexBDAC8A091B1A281c40
Octal27525421201133325034100
Binary101111011010110010001010010011101111010101000111001000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BDAC8A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BDAC8A; }

 p { color: rgb(189,172,138); }

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

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

 a { background-color: rgb(189,172,138); }

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

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

 span { border-color: rgb(189,172,138); }

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