#BFAE89

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

Shades of Pavlova #BFAE89

Tints of Pavlova #BFAE89

Color information

#BFAE89 (or 0xBFAE89) is unknown color: approx Pavlova. HEX triplet: BF, AE and 89. RGB value is (191,174,137). Sum of RGB (Red+Green+Blue) = 191+174+137=502 (66% of max value = 765). Red value is 191 (75% from 255 or 38.05% from 502); Green value is 174 (68.36% from 255 or 34.66% from 502); Blue value is 137 (53.91% from 255 or 27.29% from 502); Max value from RGB is 191 - color contains mainly: red. Hex color #BFAE89 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BFAE89 is #405176. Grayscale: #AFAFAF. Windows color (decimal): -4215159 or 9023167. OLE color: 9023167.

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

Color convert

RGB191174137-
CMYK00.090.280.25
HSL41.11º29.67%64.31%-
HSV(B)41.11º28.27%74.9%-
XYZ41.1443.1529.83-
YUV174.86106.63139.51-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 38.05%
GREEN value IS 174 (68.36% from 255) = 34.66%
BLUE value IS 137 (53.91% from 255) = 27.29%
R=38.05%
G=34.66%
B=27.29%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.09
Y (Yellow) values IS 0.28
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal19117413700.090.280.2541.1129.6764.31
HexBFAE89091C19291e40
Octal27725621101134315136100
Binary101111111010111010001001010011110011001101001111101000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BFAE89

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BFAE89; }

 p { color: rgb(191,174,137); }

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

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

 a { background-color: rgb(191,174,137); }

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

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

 span { border-color: rgb(191,174,137); }

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