#BFAC92

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

Shades of Akaroa #BFAC92

Tints of Akaroa #BFAC92

Color information

#BFAC92 (or 0xBFAC92) is unknown color: approx Akaroa. HEX triplet: BF, AC and 92. RGB value is (191,172,146). Sum of RGB (Red+Green+Blue) = 191+172+146=509 (67% of max value = 765). Red value is 191 (75% from 255 or 37.52% from 509); Green value is 172 (67.58% from 255 or 33.79% from 509); Blue value is 146 (57.42% from 255 or 28.68% from 509); Max value from RGB is 191 - color contains mainly: red. Hex color #BFAC92 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BFAC92 is #40536D. Grayscale: #AEAEAE. Windows color (decimal): -4215662 or 9612479. OLE color: 9612479.

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

Color convert

RGB191172146-
CMYK00.100.240.25
HSL34.67º26.01%66.08%-
HSV(B)34.67º23.56%74.9%-
XYZ41.4342.6633.24-
YUV174.72111.79139.61-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 37.52%
GREEN value IS 172 (67.58% from 255) = 33.79%
BLUE value IS 146 (57.42% from 255) = 28.68%
R=37.52%
G=33.79%
B=28.68%

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
Decimal19117214600.100.240.2534.6726.0166.08
HexBFAC920A1819231a42
Octal27725422201230314332102
Binary101111111010110010010010010101100011001100011110101000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BFAC92

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BFAC92; }

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

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

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

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

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

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

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

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