#BEB396

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

Shades of Akaroa #BEB396

Tints of Akaroa #BEB396

Color information

#BEB396 (or 0xBEB396) is unknown color: approx Akaroa. HEX triplet: BE, B3 and 96. RGB value is (190,179,150). Sum of RGB (Red+Green+Blue) = 190+179+150=519 (68% of max value = 765). Red value is 190 (74.61% from 255 or 36.61% from 519); Green value is 179 (70.31% from 255 or 34.49% from 519); Blue value is 150 (58.98% from 255 or 28.90% from 519); Max value from RGB is 190 - color contains mainly: red. Hex color #BEB396 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BEB396 is #414C69. Grayscale: #B3B3B3. Windows color (decimal): -4279402 or 9876414. OLE color: 9876414.

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

Color convert

RGB190179150-
CMYK00.060.210.25
HSL43.5º23.53%66.67%-
HSV(B)43.5º21.05%74.51%-
XYZ42.8645.3935.36-
YUV178.98111.64135.86-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 36.61%
GREEN value IS 179 (70.31% from 255) = 34.49%
BLUE value IS 150 (58.98% from 255) = 28.90%
R=36.61%
G=34.49%
B=28.90%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.06
Y (Yellow) values IS 0.21
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal19017915000.060.210.2543.523.5366.67
HexBEB3960615192c1843
Octal2762632260625315430103
Binary10111110101100111001011001101010111001101100110001000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BEB396

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BEB396; }

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

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

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

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

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

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

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

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