#BEAC91

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

Shades of Akaroa #BEAC91

Tints of Akaroa #BEAC91

Color information

#BEAC91 (or 0xBEAC91) is unknown color: approx Akaroa. HEX triplet: BE, AC and 91. RGB value is (190,172,145). Sum of RGB (Red+Green+Blue) = 190+172+145=507 (67% of max value = 765). Red value is 190 (74.61% from 255 or 37.48% from 507); Green value is 172 (67.58% from 255 or 33.93% from 507); Blue value is 145 (57.03% from 255 or 28.60% from 507); Max value from RGB is 190 - color contains mainly: red. Hex color #BEAC91 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BEAC91 is #41536E. Grayscale: #AEAEAE. Windows color (decimal): -4281199 or 9546942. OLE color: 9546942.

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

Color convert

RGB190172145-
CMYK00.090.240.25
HSL36º25.71%65.69%-
HSV(B)36º23.68%74.51%-
XYZ41.142.532.82-
YUV174.3111.46139.2-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 37.48%
GREEN value IS 172 (67.58% from 255) = 33.93%
BLUE value IS 145 (57.03% from 255) = 28.60%
R=37.48%
G=33.93%
B=28.60%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.09
Y (Yellow) values IS 0.24
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal19017214500.090.240.253625.7165.69
HexBEAC91091819241a42
Octal27625422101130314432102
Binary101111101010110010010001010011100011001100100110101000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BEAC91

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BEAC91; }

 p { color: rgb(190,172,145); }

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

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

 a { background-color: rgb(190,172,145); }

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

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

 span { border-color: rgb(190,172,145); }

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