#BFAE90

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

Shades of Akaroa #BFAE90

Tints of Akaroa #BFAE90

Color information

#BFAE90 (or 0xBFAE90) is unknown color: approx Akaroa. HEX triplet: BF, AE and 90. RGB value is (191,174,144). Sum of RGB (Red+Green+Blue) = 191+174+144=509 (67% of max value = 765). Red value is 191 (75% from 255 or 37.52% from 509); Green value is 174 (68.36% from 255 or 34.18% from 509); Blue value is 144 (56.64% from 255 or 28.29% from 509); Max value from RGB is 191 - color contains mainly: red. Hex color #BFAE90 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BFAE90 is #40516F. Grayscale: #AFAFAF. Windows color (decimal): -4215152 or 9481919. OLE color: 9481919.

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

Color convert

RGB191174144-
CMYK00.090.250.25
HSL38.3º26.86%65.69%-
HSV(B)38.3º24.61%74.9%-
XYZ41.6643.3632.56-
YUV175.66110.13138.94-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 37.52%
GREEN value IS 174 (68.36% from 255) = 34.18%
BLUE value IS 144 (56.64% from 255) = 28.29%
R=37.52%
G=34.18%
B=28.29%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.09
Y (Yellow) values IS 0.25
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal19117414400.090.250.2538.326.8665.69
HexBFAE90091919261b42
Octal27725622001131314633102
Binary101111111010111010010000010011100111001100110110111000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BFAE90

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BFAE90; }

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

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

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

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

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

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

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

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