#BFAE88

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

Shades of Pavlova #BFAE88

Tints of Pavlova #BFAE88

Color information

#BFAE88 (or 0xBFAE88) is unknown color: approx Pavlova. HEX triplet: BF, AE and 88. RGB value is (191,174,136). Sum of RGB (Red+Green+Blue) = 191+174+136=501 (66% of max value = 765). Red value is 191 (75% from 255 or 38.12% from 501); Green value is 174 (68.36% from 255 or 34.73% from 501); Blue value is 136 (53.52% from 255 or 27.15% from 501); Max value from RGB is 191 - color contains mainly: red. Hex color #BFAE88 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BFAE88 is #405177. Grayscale: #AEAEAE. Windows color (decimal): -4215160 or 8957631. OLE color: 8957631.

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

Color convert

RGB191174136-
CMYK00.090.290.25
HSL41.45º30.05%64.12%-
HSV(B)41.45º28.8%74.9%-
XYZ41.0743.1329.45-
YUV174.75106.13139.59-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 38.12%
GREEN value IS 174 (68.36% from 255) = 34.73%
BLUE value IS 136 (53.52% from 255) = 27.15%
R=38.12%
G=34.73%
B=27.15%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.09
Y (Yellow) values IS 0.29
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal19117413600.090.290.2541.4530.0564.12
HexBFAE88091D19291e40
Octal27725621001135315136100
Binary101111111010111010001000010011110111001101001111101000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BFAE88

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BFAE88; }

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

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

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

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

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

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

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

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