#BFAA90

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

Shades of Akaroa #BFAA90

Tints of Akaroa #BFAA90

Color information

#BFAA90 (or 0xBFAA90) is unknown color: approx Akaroa. HEX triplet: BF, AA and 90. RGB value is (191,170,144). Sum of RGB (Red+Green+Blue) = 191+170+144=505 (66% of max value = 765). Red value is 191 (75% from 255 or 37.82% from 505); Green value is 170 (66.80% from 255 or 33.66% from 505); Blue value is 144 (56.64% from 255 or 28.51% from 505); Max value from RGB is 191 - color contains mainly: red. Hex color #BFAA90 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BFAA90 is #40556F. Grayscale: #ADADAD. Windows color (decimal): -4216176 or 9480895. OLE color: 9480895.

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

Color convert

RGB191170144-
CMYK00.110.250.25
HSL33.19º26.86%65.69%-
HSV(B)33.19º24.61%74.9%-
XYZ40.8941.8432.31-
YUV173.32111.46140.61-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 37.82%
GREEN value IS 170 (66.80% from 255) = 33.66%
BLUE value IS 144 (56.64% from 255) = 28.51%
R=37.82%
G=33.66%
B=28.51%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.11
Y (Yellow) values IS 0.25
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal19117014400.110.250.2533.1926.8665.69
HexBFAA900B1919211b42
Octal27725222001331314133102
Binary101111111010101010010000010111100111001100001110111000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BFAA90

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BFAA90; }

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

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

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

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

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

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

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

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