#BEAC90

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

Shades of Akaroa #BEAC90

Tints of Akaroa #BEAC90

Color information

#BEAC90 (or 0xBEAC90) is unknown color: approx Akaroa. HEX triplet: BE, AC and 90. RGB value is (190,172,144). Sum of RGB (Red+Green+Blue) = 190+172+144=506 (67% of max value = 765). Red value is 190 (74.61% from 255 or 37.55% from 506); Green value is 172 (67.58% from 255 or 33.99% from 506); Blue value is 144 (56.64% from 255 or 28.46% from 506); Max value from RGB is 190 - color contains mainly: red. Hex color #BEAC90 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BEAC90 is #41536F. Grayscale: #AEAEAE. Windows color (decimal): -4281200 or 9481406. OLE color: 9481406.

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

Color convert

RGB190172144-
CMYK00.090.240.25
HSL36.52º26.14%65.49%-
HSV(B)36.52º24.21%74.51%-
XYZ41.0242.4732.42-
YUV174.19110.96139.28-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 37.55%
GREEN value IS 172 (67.58% from 255) = 33.99%
BLUE value IS 144 (56.64% from 255) = 28.46%
R=37.55%
G=33.99%
B=28.46%

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
Decimal19017214400.090.240.2536.5226.1465.49
HexBEAC90091819251a41
Octal27625422001130314532101
Binary101111101010110010010000010011100011001100101110101000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BEAC90

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BEAC90; }

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

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

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

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

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

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

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

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