#BFAE85

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

Shades of Pavlova #BFAE85

Tints of Pavlova #BFAE85

Color information

#BFAE85 (or 0xBFAE85) is unknown color: approx Pavlova. HEX triplet: BF, AE and 85. RGB value is (191,174,133). Sum of RGB (Red+Green+Blue) = 191+174+133=498 (65% of max value = 765). Red value is 191 (75% from 255 or 38.35% from 498); Green value is 174 (68.36% from 255 or 34.94% from 498); Blue value is 133 (52.34% from 255 or 26.71% from 498); Max value from RGB is 191 - color contains mainly: red. Hex color #BFAE85 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BFAE85 is #40517A. Grayscale: #AEAEAE. Windows color (decimal): -4215163 or 8761023. OLE color: 8761023.

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

Color convert

RGB191174133-
CMYK00.090.300.25
HSL42.41º31.18%63.53%-
HSV(B)42.41º30.37%74.9%-
XYZ40.8643.0428.34-
YUV174.41104.63139.83-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 38.35%
GREEN value IS 174 (68.36% from 255) = 34.94%
BLUE value IS 133 (52.34% from 255) = 26.71%
R=38.35%
G=34.94%
B=26.71%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.09
Y (Yellow) values IS 0.30
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal19117413300.090.300.2542.4131.1863.53
HexBFAE85091E192a1f40
Octal27725620501136315237100
Binary101111111010111010000101010011111011001101010111111000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BFAE85

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BFAE85; }

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

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

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

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

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

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

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

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