#BFAC94

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

Shades of Akaroa #BFAC94

Tints of Akaroa #BFAC94

Color information

#BFAC94 (or 0xBFAC94) is unknown color: approx Akaroa. HEX triplet: BF, AC and 94. RGB value is (191,172,148). Sum of RGB (Red+Green+Blue) = 191+172+148=511 (67% of max value = 765). Red value is 191 (75% from 255 or 37.38% from 511); Green value is 172 (67.58% from 255 or 33.66% from 511); Blue value is 148 (58.20% from 255 or 28.96% from 511); Max value from RGB is 191 - color contains mainly: red. Hex color #BFAC94 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BFAC94 is #40536B. Grayscale: #AFAFAF. Windows color (decimal): -4215660 or 9743551. OLE color: 9743551.

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

Color convert

RGB191172148-
CMYK00.100.230.25
HSL33.49º25.15%66.47%-
HSV(B)33.49º22.51%74.9%-
XYZ41.5842.7234.07-
YUV174.94112.79139.45-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 37.38%
GREEN value IS 172 (67.58% from 255) = 33.66%
BLUE value IS 148 (58.20% from 255) = 28.96%
R=37.38%
G=33.66%
B=28.96%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.10
Y (Yellow) values IS 0.23
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal19117214800.100.230.2533.4925.1566.47
HexBFAC940A1719211942
Octal27725422401227314131102
Binary101111111010110010010100010101011111001100001110011000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BFAC94

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BFAC94; }

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

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

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

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

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

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

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

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