#BEAD92

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

Shades of Akaroa #BEAD92

Tints of Akaroa #BEAD92

Color information

#BEAD92 (or 0xBEAD92) is unknown color: approx Akaroa. HEX triplet: BE, AD and 92. RGB value is (190,173,146). Sum of RGB (Red+Green+Blue) = 190+173+146=509 (67% of max value = 765). Red value is 190 (74.61% from 255 or 37.33% from 509); Green value is 173 (67.97% from 255 or 33.99% from 509); Blue value is 146 (57.42% from 255 or 28.68% from 509); Max value from RGB is 190 - color contains mainly: red. Hex color #BEAD92 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BEAD92 is #41526D. Grayscale: #AFAFAF. Windows color (decimal): -4280942 or 9612734. OLE color: 9612734.

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

Color convert

RGB190173146-
CMYK00.090.230.25
HSL36.82º25.29%65.88%-
HSV(B)36.82º23.16%74.51%-
XYZ41.3742.9133.3-
YUV175111.63138.7-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 37.33%
GREEN value IS 173 (67.97% from 255) = 33.99%
BLUE value IS 146 (57.42% from 255) = 28.68%
R=37.33%
G=33.99%
B=28.68%

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
Decimal19017314600.090.230.2536.8225.2965.88
HexBEAD92091719251942
Octal27625522201127314531102
Binary101111101010110110010010010011011111001100101110011000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BEAD92

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BEAD92; }

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

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

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

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

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

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

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

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