#BEAE99

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

Shades of Akaroa #BEAE99

Tints of Akaroa #BEAE99

Color information

#BEAE99 (or 0xBEAE99) is unknown color: approx Akaroa. HEX triplet: BE, AE and 99. RGB value is (190,174,153). Sum of RGB (Red+Green+Blue) = 190+174+153=517 (68% of max value = 765). Red value is 190 (74.61% from 255 or 36.75% from 517); Green value is 174 (68.36% from 255 or 33.66% from 517); Blue value is 153 (60.16% from 255 or 29.59% from 517); Max value from RGB is 190 - color contains mainly: red. Hex color #BEAE99 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BEAE99 is #415166. Grayscale: #B0B0B0. Windows color (decimal): -4280679 or 10071742. OLE color: 10071742.

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

Color convert

RGB190174153-
CMYK00.080.190.25
HSL34.05º22.16%67.25%-
HSV(B)34.05º19.47%74.51%-
XYZ42.1243.5236.32-
YUV176.39114.8137.71-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 36.75%
GREEN value IS 174 (68.36% from 255) = 33.66%
BLUE value IS 153 (60.16% from 255) = 29.59%
R=36.75%
G=33.66%
B=29.59%

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
Decimal19017415300.080.190.2534.0522.1667.25
HexBEAE99081319221643
Octal27625623101023314226103
Binary101111101010111010011001010001001111001100010101101000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BEAE99

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BEAE99; }

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

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

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

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

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

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

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

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