#BFAE8A

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

Shades of Pavlova #BFAE8A

Tints of Pavlova #BFAE8A

Color information

#BFAE8A (or 0xBFAE8A) is unknown color: approx Pavlova. HEX triplet: BF, AE and 8A. RGB value is (191,174,138). Sum of RGB (Red+Green+Blue) = 191+174+138=503 (66% of max value = 765). Red value is 191 (75% from 255 or 37.97% from 503); Green value is 174 (68.36% from 255 or 34.59% from 503); Blue value is 138 (54.30% from 255 or 27.44% from 503); Max value from RGB is 191 - color contains mainly: red. Hex color #BFAE8A is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BFAE8A is #405175. Grayscale: #AFAFAF. Windows color (decimal): -4215158 or 9088703. OLE color: 9088703.

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

Color convert

RGB191174138-
CMYK00.090.280.25
HSL40.75º29.28%64.51%-
HSV(B)40.75º27.75%74.9%-
XYZ41.2143.1830.21-
YUV174.98107.13139.43-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 37.97%
GREEN value IS 174 (68.36% from 255) = 34.59%
BLUE value IS 138 (54.30% from 255) = 27.44%
R=37.97%
G=34.59%
B=27.44%

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
Decimal19117413800.090.280.2540.7529.2864.51
HexBFAE8A091C19291d41
Octal27725621201134315135101
Binary101111111010111010001010010011110011001101001111011000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BFAE8A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BFAE8A; }

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

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

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

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

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

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

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

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