#BFAE99

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

Shades of Akaroa #BFAE99

Tints of Akaroa #BFAE99

Color information

#BFAE99 (or 0xBFAE99) is unknown color: approx Akaroa. HEX triplet: BF, AE and 99. RGB value is (191,174,153). Sum of RGB (Red+Green+Blue) = 191+174+153=518 (68% of max value = 765). Red value is 191 (75% from 255 or 36.87% from 518); Green value is 174 (68.36% from 255 or 33.59% from 518); Blue value is 153 (60.16% from 255 or 29.54% from 518); Max value from RGB is 191 - color contains mainly: red. Hex color #BFAE99 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BFAE99 is #405166. Grayscale: #B0B0B0. Windows color (decimal): -4215143 or 10071743. OLE color: 10071743.

HSL color Cylindrical-coordinate representation of color #BFAE99: hue angle of 33.16º degrees, saturation: 0.23, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #BFAE99 is Cyan = 0, Magento = 0.09, Yellow = 0.20 and Black (K on CMYK) = 0.25.

Color convert

RGB191174153-
CMYK00.090.200.25
HSL33.16º22.89%67.45%-
HSV(B)33.16º19.9%74.9%-
XYZ42.3743.6536.33-
YUV176.69114.63138.21-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 36.87%
GREEN value IS 174 (68.36% from 255) = 33.59%
BLUE value IS 153 (60.16% from 255) = 29.54%
R=36.87%
G=33.59%
B=29.54%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.09
Y (Yellow) values IS 0.20
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal19117415300.090.200.2533.1622.8967.45
HexBFAE99091419211743
Octal27725623101124314127103
Binary101111111010111010011001010011010011001100001101111000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BFAE99

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BFAE99; }

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

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

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

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

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

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

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

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