#BEA990

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

Shades of Akaroa #BEA990

Tints of Akaroa #BEA990

Color information

#BEA990 (or 0xBEA990) is unknown color: approx Akaroa. HEX triplet: BE, A9 and 90. RGB value is (190,169,144). Sum of RGB (Red+Green+Blue) = 190+169+144=503 (66% of max value = 765). Red value is 190 (74.61% from 255 or 37.77% from 503); Green value is 169 (66.41% from 255 or 33.60% from 503); Blue value is 144 (56.64% from 255 or 28.63% from 503); Max value from RGB is 190 - color contains mainly: red. Hex color #BEA990 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BEA990 is #41566F. Grayscale: #ACACAC. Windows color (decimal): -4281968 or 9480638. OLE color: 9480638.

HSL color Cylindrical-coordinate representation of color #BEA990: hue angle of 32.61º degrees, saturation: 0.26, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #BEA990 is Cyan = 0, Magento = 0.11, Yellow = 0.24 and Black (K on CMYK) = 0.25.

Color convert

RGB190169144-
CMYK00.110.240.25
HSL32.61º26.14%65.49%-
HSV(B)32.61º24.21%74.51%-
XYZ40.4641.3432.23-
YUV172.43111.96140.53-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 37.77%
GREEN value IS 169 (66.41% from 255) = 33.60%
BLUE value IS 144 (56.64% from 255) = 28.63%
R=37.77%
G=33.60%
B=28.63%

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
Decimal19016914400.110.240.2532.6126.1465.49
HexBEA9900B1819211a41
Octal27625122001330314132101
Binary101111101010100110010000010111100011001100001110101000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BEA990

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BEA990; }

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

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

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

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

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

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

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

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