#BFAE92

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

Shades of Akaroa #BFAE92

Tints of Akaroa #BFAE92

Color information

#BFAE92 (or 0xBFAE92) is unknown color: approx Akaroa. HEX triplet: BF, AE and 92. RGB value is (191,174,146). Sum of RGB (Red+Green+Blue) = 191+174+146=511 (67% of max value = 765). Red value is 191 (75% from 255 or 37.38% from 511); Green value is 174 (68.36% from 255 or 34.05% from 511); Blue value is 146 (57.42% from 255 or 28.57% from 511); Max value from RGB is 191 - color contains mainly: red. Hex color #BFAE92 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BFAE92 is #40516D. Grayscale: #B0B0B0. Windows color (decimal): -4215150 or 9612991. OLE color: 9612991.

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

Color convert

RGB191174146-
CMYK00.090.240.25
HSL37.33º26.01%66.08%-
HSV(B)37.33º23.56%74.9%-
XYZ41.8143.4233.37-
YUV175.89111.13138.78-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 37.38%
GREEN value IS 174 (68.36% from 255) = 34.05%
BLUE value IS 146 (57.42% from 255) = 28.57%
R=37.38%
G=34.05%
B=28.57%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.09
Y (Yellow) values IS 0.24
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal19117414600.090.240.2537.3326.0166.08
HexBFAE92091819251a42
Octal27725622201130314532102
Binary101111111010111010010010010011100011001100101110101000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BFAE92

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BFAE92; }

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

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

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

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

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

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

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

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