#BDAB7F

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

Shades of Pavlova #BDAB7F

Tints of Pavlova #BDAB7F

Color information

#BDAB7F (or 0xBDAB7F) is unknown color: approx Pavlova. HEX triplet: BD, AB and 7F. RGB value is (189,171,127). Sum of RGB (Red+Green+Blue) = 189+171+127=487 (64% of max value = 765). Red value is 189 (74.22% from 255 or 38.81% from 487); Green value is 171 (67.19% from 255 or 35.11% from 487); Blue value is 127 (50% from 255 or 26.08% from 487); Max value from RGB is 189 - color contains mainly: red. Hex color #BDAB7F is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BDAB7F is #425480. Grayscale: #ABABAB. Windows color (decimal): -4347009 or 8367037. OLE color: 8367037.

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

Color convert

RGB189171127-
CMYK00.100.330.26
HSL42.58º31.96%61.96%-
HSV(B)42.58º32.8%74.12%-
XYZ39.3841.4826.01-
YUV171.37102.96140.58-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 38.81%
GREEN value IS 171 (67.19% from 255) = 35.11%
BLUE value IS 127 (50% from 255) = 26.08%
R=38.81%
G=35.11%
B=26.08%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.10
Y (Yellow) values IS 0.33
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal18917112700.100.330.2642.5831.9661.96
HexBDAB7F0A211A2b203e
Octal2752531770124132534076
Binary101111011010101111111110101010000111010101011100000111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BDAB7F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BDAB7F; }

 p { color: rgb(189,171,127); }

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

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

 a { background-color: rgb(189,171,127); }

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

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

 span { border-color: rgb(189,171,127); }

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