#BEAE98

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

Shades of Akaroa #BEAE98

Tints of Akaroa #BEAE98

Color information

#BEAE98 (or 0xBEAE98) is unknown color: approx Akaroa. HEX triplet: BE, AE and 98. RGB value is (190,174,152). Sum of RGB (Red+Green+Blue) = 190+174+152=516 (68% of max value = 765). Red value is 190 (74.61% from 255 or 36.82% from 516); Green value is 174 (68.36% from 255 or 33.72% from 516); Blue value is 152 (59.77% from 255 or 29.46% from 516); Max value from RGB is 190 - color contains mainly: red. Hex color #BEAE98 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BEAE98 is #415167. Grayscale: #B0B0B0. Windows color (decimal): -4280680 or 10006206. OLE color: 10006206.

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

Color convert

RGB190174152-
CMYK00.080.20.25
HSL34.74º22.62%67.06%-
HSV(B)34.74º20%74.51%-
XYZ42.0443.4935.88-
YUV176.28114.3137.79-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 36.82%
GREEN value IS 174 (68.36% from 255) = 33.72%
BLUE value IS 152 (59.77% from 255) = 29.46%
R=36.82%
G=33.72%
B=29.46%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.08
Y (Yellow) values IS 0.2
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal19017415200.080.20.2534.7422.6267.06
HexBEAE98081419231743
Octal27625623001024314327103
Binary101111101010111010011000010001010011001100011101111000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BEAE98

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BEAE98; }

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

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

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

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

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

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

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

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