#BEAB94

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

Shades of Akaroa #BEAB94

Tints of Akaroa #BEAB94

Color information

#BEAB94 (or 0xBEAB94) is unknown color: approx Akaroa. HEX triplet: BE, AB and 94. RGB value is (190,171,148). Sum of RGB (Red+Green+Blue) = 190+171+148=509 (67% of max value = 765). Red value is 190 (74.61% from 255 or 37.33% from 509); Green value is 171 (67.19% from 255 or 33.60% from 509); Blue value is 148 (58.20% from 255 or 29.08% from 509); Max value from RGB is 190 - color contains mainly: red. Hex color #BEAB94 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BEAB94 is #41546B. Grayscale: #AEAEAE. Windows color (decimal): -4281452 or 9743294. OLE color: 9743294.

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

Color convert

RGB190171148-
CMYK00.100.220.25
HSL32.86º24.42%66.27%-
HSV(B)32.86º22.11%74.51%-
XYZ41.1442.2134-
YUV174.06113.29139.37-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 37.33%
GREEN value IS 171 (67.19% from 255) = 33.60%
BLUE value IS 148 (58.20% from 255) = 29.08%
R=37.33%
G=33.60%
B=29.08%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.10
Y (Yellow) values IS 0.22
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal19017114800.100.220.2532.8624.4266.27
HexBEAB940A1619211842
Octal27625322401226314130102
Binary101111101010101110010100010101011011001100001110001000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BEAB94

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BEAB94; }

 p { color: rgb(190,171,148); }

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

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

 a { background-color: rgb(190,171,148); }

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

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

 span { border-color: rgb(190,171,148); }

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