#BEAF92

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

Shades of Akaroa #BEAF92

Tints of Akaroa #BEAF92

Color information

#BEAF92 (or 0xBEAF92) is unknown color: approx Akaroa. HEX triplet: BE, AF and 92. RGB value is (190,175,146). Sum of RGB (Red+Green+Blue) = 190+175+146=511 (67% of max value = 765). Red value is 190 (74.61% from 255 or 37.18% from 511); Green value is 175 (68.75% from 255 or 34.25% from 511); Blue value is 146 (57.42% from 255 or 28.57% from 511); Max value from RGB is 190 - color contains mainly: red. Hex color #BEAF92 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BEAF92 is #41506D. Grayscale: #B0B0B0. Windows color (decimal): -4280430 or 9613246. OLE color: 9613246.

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

Color convert

RGB190175146-
CMYK00.080.230.25
HSL39.55º25.29%65.88%-
HSV(B)39.55º23.16%74.51%-
XYZ41.7543.6833.43-
YUV176.18110.97137.86-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 37.18%
GREEN value IS 175 (68.75% from 255) = 34.25%
BLUE value IS 146 (57.42% from 255) = 28.57%
R=37.18%
G=34.25%
B=28.57%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.08
Y (Yellow) values IS 0.23
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal19017514600.080.230.2539.5525.2965.88
HexBEAF92081719281942
Octal27625722201027315031102
Binary101111101010111110010010010001011111001101000110011000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BEAF92

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BEAF92; }

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

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

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

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

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

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

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

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