#BFAE93

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

Shades of Akaroa #BFAE93

Tints of Akaroa #BFAE93

Color information

#BFAE93 (or 0xBFAE93) is unknown color: approx Akaroa. HEX triplet: BF, AE and 93. RGB value is (191,174,147). Sum of RGB (Red+Green+Blue) = 191+174+147=512 (67% of max value = 765). Red value is 191 (75% from 255 or 37.30% from 512); Green value is 174 (68.36% from 255 or 33.98% from 512); Blue value is 147 (57.81% from 255 or 28.71% from 512); Max value from RGB is 191 - color contains mainly: red. Hex color #BFAE93 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BFAE93 is #40516C. Grayscale: #B0B0B0. Windows color (decimal): -4215149 or 9678527. OLE color: 9678527.

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

Color convert

RGB191174147-
CMYK00.090.230.25
HSL36.82º25.58%66.27%-
HSV(B)36.82º23.04%74.9%-
XYZ41.8943.4633.78-
YUV176111.63138.7-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 37.30%
GREEN value IS 174 (68.36% from 255) = 33.98%
BLUE value IS 147 (57.81% from 255) = 28.71%
R=37.30%
G=33.98%
B=28.71%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.09
Y (Yellow) values IS 0.23
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal19117414700.090.230.2536.8225.5866.27
HexBFAE93091719251a42
Octal27725622301127314532102
Binary101111111010111010010011010011011111001100101110101000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BFAE93

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BFAE93; }

 p { color: rgb(191,174,147); }

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

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

 a { background-color: rgb(191,174,147); }

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

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

 span { border-color: rgb(191,174,147); }

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