#BEB59E

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

Shades of Akaroa #BEB59E

Tints of Akaroa #BEB59E

Color information

#BEB59E (or 0xBEB59E) is unknown color: approx Akaroa. HEX triplet: BE, B5 and 9E. RGB value is (190,181,158). Sum of RGB (Red+Green+Blue) = 190+181+158=529 (70% of max value = 765). Red value is 190 (74.61% from 255 or 35.92% from 529); Green value is 181 (71.09% from 255 or 34.22% from 529); Blue value is 158 (62.11% from 255 or 29.87% from 529); Max value from RGB is 190 - color contains mainly: red. Hex color #BEB59E is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BEB59E is #414A61. Grayscale: #B5B5B5. Windows color (decimal): -4278882 or 10401214. OLE color: 10401214.

HSL color Cylindrical-coordinate representation of color #BEB59E: hue angle of 43.13º degrees, saturation: 0.2, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #BEB59E is Cyan = 0, Magento = 0.05, Yellow = 0.17 and Black (K on CMYK) = 0.25.

Color convert

RGB190181158-
CMYK00.050.170.25
HSL43.13º19.75%68.24%-
HSV(B)43.13º16.84%74.51%-
XYZ43.9346.4639-
YUV181.07114.98134.37-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 35.92%
GREEN value IS 181 (71.09% from 255) = 34.22%
BLUE value IS 158 (62.11% from 255) = 29.87%
R=35.92%
G=34.22%
B=29.87%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.05
Y (Yellow) values IS 0.17
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal19018115800.050.170.2543.1319.7568.24
HexBEB59E0511192b1444
Octal2762652360521315324104
Binary10111110101101011001111001011000111001101011101001000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BEB59E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BEB59E; }

 p { color: rgb(190,181,158); }

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

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

 a { background-color: rgb(190,181,158); }

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

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

 span { border-color: rgb(190,181,158); }

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