#BEB595

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

Shades of Akaroa #BEB595

Tints of Akaroa #BEB595

Color information

#BEB595 (or 0xBEB595) is unknown color: approx Akaroa. HEX triplet: BE, B5 and 95. RGB value is (190,181,149). Sum of RGB (Red+Green+Blue) = 190+181+149=520 (68% of max value = 765). Red value is 190 (74.61% from 255 or 36.54% from 520); Green value is 181 (71.09% from 255 or 34.81% from 520); Blue value is 149 (58.59% from 255 or 28.65% from 520); Max value from RGB is 190 - color contains mainly: red. Hex color #BEB595 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BEB595 is #414A6A. Grayscale: #B4B4B4. Windows color (decimal): -4278891 or 9811390. OLE color: 9811390.

HSL color Cylindrical-coordinate representation of color #BEB595: hue angle of 46.83º 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 #BEB595 is Cyan = 0, Magento = 0.05, Yellow = 0.22 and Black (K on CMYK) = 0.25.

Color convert

RGB190181149-
CMYK00.050.220.25
HSL46.83º23.98%66.47%-
HSV(B)46.83º21.58%74.51%-
XYZ43.1846.1635.07-
YUV180.04110.48135.1-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 36.54%
GREEN value IS 181 (71.09% from 255) = 34.81%
BLUE value IS 149 (58.59% from 255) = 28.65%
R=36.54%
G=34.81%
B=28.65%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.05
Y (Yellow) values IS 0.22
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal19018114900.050.220.2546.8323.9866.47
HexBEB5950516192f1842
Octal2762652250526315730102
Binary10111110101101011001010101011011011001101111110001000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BEB595

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BEB595; }

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

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

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

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

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

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

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

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