#BEAD95

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

Shades of Akaroa #BEAD95

Tints of Akaroa #BEAD95

Color information

#BEAD95 (or 0xBEAD95) is unknown color: approx Akaroa. HEX triplet: BE, AD and 95. RGB value is (190,173,149). Sum of RGB (Red+Green+Blue) = 190+173+149=512 (67% of max value = 765). Red value is 190 (74.61% from 255 or 37.11% from 512); Green value is 173 (67.97% from 255 or 33.79% from 512); Blue value is 149 (58.59% from 255 or 29.10% from 512); Max value from RGB is 190 - color contains mainly: red. Hex color #BEAD95 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BEAD95 is #41526A. Grayscale: #AFAFAF. Windows color (decimal): -4280939 or 9809342. OLE color: 9809342.

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

Color convert

RGB190173149-
CMYK00.090.220.25
HSL35.12º23.98%66.47%-
HSV(B)35.12º21.58%74.51%-
XYZ41.64334.54-
YUV175.35113.13138.45-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 37.11%
GREEN value IS 173 (67.97% from 255) = 33.79%
BLUE value IS 149 (58.59% from 255) = 29.10%
R=37.11%
G=33.79%
B=29.10%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.09
Y (Yellow) values IS 0.22
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal19017314900.090.220.2535.1223.9866.47
HexBEAD95091619231842
Octal27625522501126314330102
Binary101111101010110110010101010011011011001100011110001000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BEAD95

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BEAD95; }

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

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

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

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

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

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

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

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