#BEAE95

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

Shades of Akaroa #BEAE95

Tints of Akaroa #BEAE95

Color information

#BEAE95 (or 0xBEAE95) is unknown color: approx Akaroa. HEX triplet: BE, AE and 95. RGB value is (190,174,149). Sum of RGB (Red+Green+Blue) = 190+174+149=513 (67% of max value = 765). Red value is 190 (74.61% from 255 or 37.04% from 513); Green value is 174 (68.36% from 255 or 33.92% from 513); Blue value is 149 (58.59% from 255 or 29.04% from 513); Max value from RGB is 190 - color contains mainly: red. Hex color #BEAE95 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BEAE95 is #41516A. Grayscale: #B0B0B0. Windows color (decimal): -4280683 or 9809598. OLE color: 9809598.

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

Color convert

RGB190174149-
CMYK00.080.220.25
HSL36.59º23.98%66.47%-
HSV(B)36.59º21.58%74.51%-
XYZ41.843.3934.61-
YUV175.93112.8138.03-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 37.04%
GREEN value IS 174 (68.36% from 255) = 33.92%
BLUE value IS 149 (58.59% from 255) = 29.04%
R=37.04%
G=33.92%
B=29.04%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.08
Y (Yellow) values IS 0.22
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal19017414900.080.220.2536.5923.9866.47
HexBEAE95081619251842
Octal27625622501026314530102
Binary101111101010111010010101010001011011001100101110001000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BEAE95

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BEAE95; }

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

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

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

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

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

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

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

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