#BFAC95

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

Shades of Akaroa #BFAC95

Tints of Akaroa #BFAC95

Color information

#BFAC95 (or 0xBFAC95) is unknown color: approx Akaroa. HEX triplet: BF, AC and 95. RGB value is (191,172,149). Sum of RGB (Red+Green+Blue) = 191+172+149=512 (67% of max value = 765). Red value is 191 (75% from 255 or 37.30% from 512); Green value is 172 (67.58% from 255 or 33.59% from 512); Blue value is 149 (58.59% from 255 or 29.10% from 512); Max value from RGB is 191 - color contains mainly: red. Hex color #BFAC95 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BFAC95 is #40536A. Grayscale: #AFAFAF. Windows color (decimal): -4215659 or 9809087. OLE color: 9809087.

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

Color convert

RGB191172149-
CMYK00.100.220.25
HSL32.86º24.71%66.67%-
HSV(B)32.86º21.99%74.9%-
XYZ41.6642.7534.49-
YUV175.06113.29139.37-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 37.30%
GREEN value IS 172 (67.58% from 255) = 33.59%
BLUE value IS 149 (58.59% from 255) = 29.10%
R=37.30%
G=33.59%
B=29.10%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.10
Y (Yellow) values IS 0.22
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal19117214900.100.220.2532.8624.7166.67
HexBFAC950A1619211943
Octal27725422501226314131103
Binary101111111010110010010101010101011011001100001110011000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BFAC95

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BFAC95; }

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

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

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

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

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

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

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

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