#BFAE91

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

Shades of Akaroa #BFAE91

Tints of Akaroa #BFAE91

Color information

#BFAE91 (or 0xBFAE91) is unknown color: approx Akaroa. HEX triplet: BF, AE and 91. RGB value is (191,174,145). Sum of RGB (Red+Green+Blue) = 191+174+145=510 (67% of max value = 765). Red value is 191 (75% from 255 or 37.45% from 510); Green value is 174 (68.36% from 255 or 34.12% from 510); Blue value is 145 (57.03% from 255 or 28.43% from 510); Max value from RGB is 191 - color contains mainly: red. Hex color #BFAE91 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BFAE91 is #40516E. Grayscale: #AFAFAF. Windows color (decimal): -4215151 or 9547455. OLE color: 9547455.

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

Color convert

RGB191174145-
CMYK00.090.240.25
HSL37.83º26.44%65.88%-
HSV(B)37.83º24.08%74.9%-
XYZ41.7343.3932.96-
YUV175.78110.63138.86-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 37.45%
GREEN value IS 174 (68.36% from 255) = 34.12%
BLUE value IS 145 (57.03% from 255) = 28.43%
R=37.45%
G=34.12%
B=28.43%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.09
Y (Yellow) values IS 0.24
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal19117414500.090.240.2537.8326.4465.88
HexBFAE91091819261a42
Octal27725622101130314632102
Binary101111111010111010010001010011100011001100110110101000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BFAE91

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BFAE91; }

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

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

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

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

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

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

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

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