#BEAF93

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

Shades of Akaroa #BEAF93

Tints of Akaroa #BEAF93

Color information

#BEAF93 (or 0xBEAF93) is unknown color: approx Akaroa. HEX triplet: BE, AF and 93. RGB value is (190,175,147). Sum of RGB (Red+Green+Blue) = 190+175+147=512 (67% of max value = 765). Red value is 190 (74.61% from 255 or 37.11% from 512); Green value is 175 (68.75% from 255 or 34.18% from 512); Blue value is 147 (57.81% from 255 or 28.71% from 512); Max value from RGB is 190 - color contains mainly: red. Hex color #BEAF93 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BEAF93 is #41506C. Grayscale: #B0B0B0. Windows color (decimal): -4280429 or 9678782. OLE color: 9678782.

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

Color convert

RGB190175147-
CMYK00.080.230.25
HSL39.07º24.86%66.08%-
HSV(B)39.07º22.63%74.51%-
XYZ41.8343.7133.84-
YUV176.29111.47137.78-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 37.11%
GREEN value IS 175 (68.75% from 255) = 34.18%
BLUE value IS 147 (57.81% from 255) = 28.71%
R=37.11%
G=34.18%
B=28.71%

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
Decimal19017514700.080.230.2539.0724.8666.08
HexBEAF93081719271942
Octal27625722301027314731102
Binary101111101010111110010011010001011111001100111110011000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BEAF93

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BEAF93; }

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

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

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

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

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

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

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

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