#BEA991

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

Shades of Akaroa #BEA991

Tints of Akaroa #BEA991

Color information

#BEA991 (or 0xBEA991) is unknown color: approx Akaroa. HEX triplet: BE, A9 and 91. RGB value is (190,169,145). Sum of RGB (Red+Green+Blue) = 190+169+145=504 (66% of max value = 765). Red value is 190 (74.61% from 255 or 37.70% from 504); Green value is 169 (66.41% from 255 or 33.53% from 504); Blue value is 145 (57.03% from 255 or 28.77% from 504); Max value from RGB is 190 - color contains mainly: red. Hex color #BEA991 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BEA991 is #41566E. Grayscale: #ACACAC. Windows color (decimal): -4281967 or 9546174. OLE color: 9546174.

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

Color convert

RGB190169145-
CMYK00.110.240.25
HSL32º25.71%65.69%-
HSV(B)32º23.68%74.51%-
XYZ40.5341.3732.64-
YUV172.54112.46140.45-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 37.70%
GREEN value IS 169 (66.41% from 255) = 33.53%
BLUE value IS 145 (57.03% from 255) = 28.77%
R=37.70%
G=33.53%
B=28.77%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.11
Y (Yellow) values IS 0.24
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal19016914500.110.240.253225.7165.69
HexBEA9910B1819201a42
Octal27625122101330314032102
Binary101111101010100110010001010111100011001100000110101000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BEA991

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BEA991; }

 p { color: rgb(190,169,145); }

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

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

 a { background-color: rgb(190,169,145); }

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

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

 span { border-color: rgb(190,169,145); }

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