#BFAC90

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

Shades of Akaroa #BFAC90

Tints of Akaroa #BFAC90

Color information

#BFAC90 (or 0xBFAC90) is unknown color: approx Akaroa. HEX triplet: BF, AC and 90. RGB value is (191,172,144). Sum of RGB (Red+Green+Blue) = 191+172+144=507 (67% of max value = 765). Red value is 191 (75% from 255 or 37.67% from 507); Green value is 172 (67.58% from 255 or 33.93% from 507); Blue value is 144 (56.64% from 255 or 28.40% from 507); Max value from RGB is 191 - color contains mainly: red. Hex color #BFAC90 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BFAC90 is #40536F. Grayscale: #AEAEAE. Windows color (decimal): -4215664 or 9481407. OLE color: 9481407.

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

Color convert

RGB191172144-
CMYK00.100.250.25
HSL35.74º26.86%65.69%-
HSV(B)35.74º24.61%74.9%-
XYZ41.2742.632.43-
YUV174.49110.79139.78-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 37.67%
GREEN value IS 172 (67.58% from 255) = 33.93%
BLUE value IS 144 (56.64% from 255) = 28.40%
R=37.67%
G=33.93%
B=28.40%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.10
Y (Yellow) values IS 0.25
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal19117214400.100.250.2535.7426.8665.69
HexBFAC900A1919241b42
Octal27725422001231314433102
Binary101111111010110010010000010101100111001100100110111000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BFAC90

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BFAC90; }

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

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

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

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

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

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

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

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