#BEAC96

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

Shades of Akaroa #BEAC96

Tints of Akaroa #BEAC96

Color information

#BEAC96 (or 0xBEAC96) is unknown color: approx Akaroa. HEX triplet: BE, AC and 96. RGB value is (190,172,150). Sum of RGB (Red+Green+Blue) = 190+172+150=512 (67% of max value = 765). Red value is 190 (74.61% from 255 or 37.11% from 512); Green value is 172 (67.58% from 255 or 33.59% from 512); Blue value is 150 (58.98% from 255 or 29.30% from 512); Max value from RGB is 190 - color contains mainly: red. Hex color #BEAC96 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BEAC96 is #415369. Grayscale: #AEAEAE. Windows color (decimal): -4281194 or 9874622. OLE color: 9874622.

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

Color convert

RGB190172150-
CMYK00.090.210.25
HSL33º23.53%66.67%-
HSV(B)33º21.05%74.51%-
XYZ41.4942.6534.9-
YUV174.87113.96138.79-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 37.11%
GREEN value IS 172 (67.58% from 255) = 33.59%
BLUE value IS 150 (58.98% from 255) = 29.30%
R=37.11%
G=33.59%
B=29.30%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.09
Y (Yellow) values IS 0.21
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal19017215000.090.210.253323.5366.67
HexBEAC96091519211843
Octal27625422601125314130103
Binary101111101010110010010110010011010111001100001110001000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BEAC96

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BEAC96; }

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

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

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

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

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

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

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

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