#BFAB94

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

Shades of Akaroa #BFAB94

Tints of Akaroa #BFAB94

Color information

#BFAB94 (or 0xBFAB94) is unknown color: approx Akaroa. HEX triplet: BF, AB and 94. RGB value is (191,171,148). Sum of RGB (Red+Green+Blue) = 191+171+148=510 (67% of max value = 765). Red value is 191 (75% from 255 or 37.45% from 510); Green value is 171 (67.19% from 255 or 33.53% from 510); Blue value is 148 (58.20% from 255 or 29.02% from 510); Max value from RGB is 191 - color contains mainly: red. Hex color #BFAB94 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BFAB94 is #40546B. Grayscale: #AEAEAE. Windows color (decimal): -4215916 or 9743295. OLE color: 9743295.

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

Color convert

RGB191171148-
CMYK00.100.230.25
HSL32.09º25.15%66.47%-
HSV(B)32.09º22.51%74.9%-
XYZ41.3942.3434.01-
YUV174.36113.13139.87-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 37.45%
GREEN value IS 171 (67.19% from 255) = 33.53%
BLUE value IS 148 (58.20% from 255) = 29.02%
R=37.45%
G=33.53%
B=29.02%

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
Decimal19117114800.100.230.2532.0925.1566.47
HexBFAB940A1719201942
Octal27725322401227314031102
Binary101111111010101110010100010101011111001100000110011000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BFAB94

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BFAB94; }

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

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

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

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

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

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

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

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