#BEB393

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

Shades of Akaroa #BEB393

Tints of Akaroa #BEB393

Color information

#BEB393 (or 0xBEB393) is unknown color: approx Akaroa. HEX triplet: BE, B3 and 93. RGB value is (190,179,147). Sum of RGB (Red+Green+Blue) = 190+179+147=516 (68% of max value = 765). Red value is 190 (74.61% from 255 or 36.82% from 516); Green value is 179 (70.31% from 255 or 34.69% from 516); Blue value is 147 (57.81% from 255 or 28.49% from 516); Max value from RGB is 190 - color contains mainly: red. Hex color #BEB393 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BEB393 is #414C6C. Grayscale: #B2B2B2. Windows color (decimal): -4279405 or 9679806. OLE color: 9679806.

HSL color Cylindrical-coordinate representation of color #BEB393: hue angle of 44.65º degrees, saturation: 0.25, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #BEB393 is Cyan = 0, Magento = 0.06, Yellow = 0.23 and Black (K on CMYK) = 0.25.

Color convert

RGB190179147-
CMYK00.060.230.25
HSL44.65º24.86%66.08%-
HSV(B)44.65º22.63%74.51%-
XYZ42.6245.2934.1-
YUV178.64110.14136.1-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 36.82%
GREEN value IS 179 (70.31% from 255) = 34.69%
BLUE value IS 147 (57.81% from 255) = 28.49%
R=36.82%
G=34.69%
B=28.49%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.06
Y (Yellow) values IS 0.23
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal19017914700.060.230.2544.6524.8666.08
HexBEB3930617192d1942
Octal2762632230627315531102
Binary10111110101100111001001101101011111001101101110011000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BEB393

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BEB393; }

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

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

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

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

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

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

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

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