#BEAD97

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

Shades of Akaroa #BEAD97

Tints of Akaroa #BEAD97

Color information

#BEAD97 (or 0xBEAD97) is unknown color: approx Akaroa. HEX triplet: BE, AD and 97. RGB value is (190,173,151). Sum of RGB (Red+Green+Blue) = 190+173+151=514 (68% of max value = 765). Red value is 190 (74.61% from 255 or 36.96% from 514); Green value is 173 (67.97% from 255 or 33.66% from 514); Blue value is 151 (59.38% from 255 or 29.38% from 514); Max value from RGB is 190 - color contains mainly: red. Hex color #BEAD97 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BEAD97 is #415268. Grayscale: #AFAFAF. Windows color (decimal): -4280937 or 9940414. OLE color: 9940414.

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

Color convert

RGB190173151-
CMYK00.090.210.25
HSL33.85º23.08%66.86%-
HSV(B)33.85º20.53%74.51%-
XYZ41.7643.0735.39-
YUV175.58114.13138.29-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 36.96%
GREEN value IS 173 (67.97% from 255) = 33.66%
BLUE value IS 151 (59.38% from 255) = 29.38%
R=36.96%
G=33.66%
B=29.38%

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
Decimal19017315100.090.210.2533.8523.0866.86
HexBEAD97091519221743
Octal27625522701125314227103
Binary101111101010110110010111010011010111001100010101111000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BEAD97

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BEAD97; }

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

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

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

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

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

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

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

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