#BFAE94

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

Shades of Akaroa #BFAE94

Tints of Akaroa #BFAE94

Color information

#BFAE94 (or 0xBFAE94) is unknown color: approx Akaroa. HEX triplet: BF, AE and 94. RGB value is (191,174,148). Sum of RGB (Red+Green+Blue) = 191+174+148=513 (67% of max value = 765). Red value is 191 (75% from 255 or 37.23% from 513); Green value is 174 (68.36% from 255 or 33.92% from 513); Blue value is 148 (58.20% from 255 or 28.85% from 513); Max value from RGB is 191 - color contains mainly: red. Hex color #BFAE94 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BFAE94 is #40516B. Grayscale: #B0B0B0. Windows color (decimal): -4215148 or 9744063. OLE color: 9744063.

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

Color convert

RGB191174148-
CMYK00.090.230.25
HSL36.28º25.15%66.47%-
HSV(B)36.28º22.51%74.9%-
XYZ41.9743.4934.2-
YUV176.12112.13138.61-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 37.23%
GREEN value IS 174 (68.36% from 255) = 33.92%
BLUE value IS 148 (58.20% from 255) = 28.85%
R=37.23%
G=33.92%
B=28.85%

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
Decimal19117414800.090.230.2536.2825.1566.47
HexBFAE94091719241942
Octal27725622401127314431102
Binary101111111010111010010100010011011111001100100110011000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BFAE94

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BFAE94; }

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

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

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

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

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

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

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

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