#BEB395

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

Shades of Akaroa #BEB395

Tints of Akaroa #BEB395

Color information

#BEB395 (or 0xBEB395) is unknown color: approx Akaroa. HEX triplet: BE, B3 and 95. RGB value is (190,179,149). Sum of RGB (Red+Green+Blue) = 190+179+149=518 (68% of max value = 765). Red value is 190 (74.61% from 255 or 36.68% from 518); Green value is 179 (70.31% from 255 or 34.56% from 518); Blue value is 149 (58.59% from 255 or 28.76% from 518); Max value from RGB is 190 - color contains mainly: red. Hex color #BEB395 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BEB395 is #414C6A. Grayscale: #B3B3B3. Windows color (decimal): -4279403 or 9810878. OLE color: 9810878.

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

Color convert

RGB190179149-
CMYK00.060.220.25
HSL43.9º23.98%66.47%-
HSV(B)43.9º21.58%74.51%-
XYZ42.7845.3634.93-
YUV178.87111.14135.94-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 36.68%
GREEN value IS 179 (70.31% from 255) = 34.56%
BLUE value IS 149 (58.59% from 255) = 28.76%
R=36.68%
G=34.56%
B=28.76%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.06
Y (Yellow) values IS 0.22
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal19017914900.060.220.2543.923.9866.47
HexBEB3950616192c1842
Octal2762632250626315430102
Binary10111110101100111001010101101011011001101100110001000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BEB395

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BEB395; }

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

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

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

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

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

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

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

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