#BFAB92

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

Shades of Akaroa #BFAB92

Tints of Akaroa #BFAB92

Color information

#BFAB92 (or 0xBFAB92) is unknown color: approx Akaroa. HEX triplet: BF, AB and 92. RGB value is (191,171,146). Sum of RGB (Red+Green+Blue) = 191+171+146=508 (67% of max value = 765). Red value is 191 (75% from 255 or 37.60% from 508); Green value is 171 (67.19% from 255 or 33.66% from 508); Blue value is 146 (57.42% from 255 or 28.74% from 508); Max value from RGB is 191 - color contains mainly: red. Hex color #BFAB92 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BFAB92 is #40546D. Grayscale: #AEAEAE. Windows color (decimal): -4215918 or 9612223. OLE color: 9612223.

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

Color convert

RGB191171146-
CMYK00.100.240.25
HSL33.33º26.01%66.08%-
HSV(B)33.33º23.56%74.9%-
XYZ41.2442.2833.18-
YUV174.13112.13140.03-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 37.60%
GREEN value IS 171 (67.19% from 255) = 33.66%
BLUE value IS 146 (57.42% from 255) = 28.74%
R=37.60%
G=33.66%
B=28.74%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.10
Y (Yellow) values IS 0.24
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal19117114600.100.240.2533.3326.0166.08
HexBFAB920A1819211a42
Octal27725322201230314132102
Binary101111111010101110010010010101100011001100001110101000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BFAB92

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BFAB92; }

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

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

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

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

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

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

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

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