#BEAD93

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

Shades of Akaroa #BEAD93

Tints of Akaroa #BEAD93

Color information

#BEAD93 (or 0xBEAD93) is unknown color: approx Akaroa. HEX triplet: BE, AD and 93. RGB value is (190,173,147). Sum of RGB (Red+Green+Blue) = 190+173+147=510 (67% of max value = 765). Red value is 190 (74.61% from 255 or 37.25% from 510); Green value is 173 (67.97% from 255 or 33.92% from 510); Blue value is 147 (57.81% from 255 or 28.82% from 510); Max value from RGB is 190 - color contains mainly: red. Hex color #BEAD93 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BEAD93 is #41526C. Grayscale: #AFAFAF. Windows color (decimal): -4280941 or 9678270. OLE color: 9678270.

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

Color convert

RGB190173147-
CMYK00.090.230.25
HSL36.28º24.86%66.08%-
HSV(B)36.28º22.63%74.51%-
XYZ41.4542.9433.71-
YUV175.12112.13138.61-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 37.25%
GREEN value IS 173 (67.97% from 255) = 33.92%
BLUE value IS 147 (57.81% from 255) = 28.82%
R=37.25%
G=33.92%
B=28.82%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.09
Y (Yellow) values IS 0.23
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal19017314700.090.230.2536.2824.8666.08
HexBEAD93091719241942
Octal27625522301127314431102
Binary101111101010110110010011010011011111001100100110011000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BEAD93

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BEAD93; }

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

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

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

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

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

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

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

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