#BFAA85

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

Shades of Pavlova #BFAA85

Tints of Pavlova #BFAA85

Color information

#BFAA85 (or 0xBFAA85) is unknown color: approx Pavlova. HEX triplet: BF, AA and 85. RGB value is (191,170,133). Sum of RGB (Red+Green+Blue) = 191+170+133=494 (65% of max value = 765). Red value is 191 (75% from 255 or 38.66% from 494); Green value is 170 (66.80% from 255 or 34.41% from 494); Blue value is 133 (52.34% from 255 or 26.92% from 494); Max value from RGB is 191 - color contains mainly: red. Hex color #BFAA85 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BFAA85 is #40557A. Grayscale: #ACACAC. Windows color (decimal): -4216187 or 8759999. OLE color: 8759999.

HSL color Cylindrical-coordinate representation of color #BFAA85: hue angle of 38.28º 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 #BFAA85 is Cyan = 0, Magento = 0.11, Yellow = 0.30 and Black (K on CMYK) = 0.25.

Color convert

RGB191170133-
CMYK00.110.300.25
HSL38.28º31.18%63.53%-
HSV(B)38.28º30.37%74.9%-
XYZ40.0941.5228.09-
YUV172.06105.96141.51-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 38.66%
GREEN value IS 170 (66.80% from 255) = 34.41%
BLUE value IS 133 (52.34% from 255) = 26.92%
R=38.66%
G=34.41%
B=26.92%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.11
Y (Yellow) values IS 0.30
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal19117013300.110.300.2538.2831.1863.53
HexBFAA850B1E19261f40
Octal27725220501336314637100
Binary101111111010101010000101010111111011001100110111111000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BFAA85

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BFAA85; }

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

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

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

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

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

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

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

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