#BEAE9A

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

Shades of Akaroa #BEAE9A

Tints of Akaroa #BEAE9A

Color information

#BEAE9A (or 0xBEAE9A) is unknown color: approx Akaroa. HEX triplet: BE, AE and 9A. RGB value is (190,174,154). Sum of RGB (Red+Green+Blue) = 190+174+154=518 (68% of max value = 765). Red value is 190 (74.61% from 255 or 36.68% from 518); Green value is 174 (68.36% from 255 or 33.59% from 518); Blue value is 154 (60.55% from 255 or 29.73% from 518); Max value from RGB is 190 - color contains mainly: red. Hex color #BEAE9A is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BEAE9A is #415165. Grayscale: #B0B0B0. Windows color (decimal): -4280678 or 10137278. OLE color: 10137278.

HSL color Cylindrical-coordinate representation of color #BEAE9A: hue angle of 33.33º degrees, saturation: 0.22, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #BEAE9A is Cyan = 0, Magento = 0.08, Yellow = 0.19 and Black (K on CMYK) = 0.25.

Color convert

RGB190174154-
CMYK00.080.190.25
HSL33.33º21.69%67.45%-
HSV(B)33.33º18.95%74.51%-
XYZ42.243.5536.75-
YUV176.5115.3137.63-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 36.68%
GREEN value IS 174 (68.36% from 255) = 33.59%
BLUE value IS 154 (60.55% from 255) = 29.73%
R=36.68%
G=33.59%
B=29.73%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.08
Y (Yellow) values IS 0.19
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal19017415400.080.190.2533.3321.6967.45
HexBEAE9A081319211643
Octal27625623201023314126103
Binary101111101010111010011010010001001111001100001101101000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BEAE9A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BEAE9A; }

 p { color: rgb(190,174,154); }

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

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

 a { background-color: rgb(190,174,154); }

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

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

 span { border-color: rgb(190,174,154); }

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