#BEAB93

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

Shades of Akaroa #BEAB93

Tints of Akaroa #BEAB93

Color information

#BEAB93 (or 0xBEAB93) is unknown color: approx Akaroa. HEX triplet: BE, AB and 93. RGB value is (190,171,147). Sum of RGB (Red+Green+Blue) = 190+171+147=508 (67% of max value = 765). Red value is 190 (74.61% from 255 or 37.40% from 508); Green value is 171 (67.19% from 255 or 33.66% from 508); Blue value is 147 (57.81% from 255 or 28.94% from 508); Max value from RGB is 190 - color contains mainly: red. Hex color #BEAB93 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BEAB93 is #41546C. Grayscale: #AEAEAE. Windows color (decimal): -4281453 or 9677758. OLE color: 9677758.

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

Color convert

RGB190171147-
CMYK00.100.230.25
HSL33.49º24.86%66.08%-
HSV(B)33.49º22.63%74.51%-
XYZ41.0642.1833.58-
YUV173.94112.79139.45-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 37.40%
GREEN value IS 171 (67.19% from 255) = 33.66%
BLUE value IS 147 (57.81% from 255) = 28.94%
R=37.40%
G=33.66%
B=28.94%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.10
Y (Yellow) values IS 0.23
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal19017114700.100.230.2533.4924.8666.08
HexBEAB930A1719211942
Octal27625322301227314131102
Binary101111101010101110010011010101011111001100001110011000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BEAB93

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BEAB93; }

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

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

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

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

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

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

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

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