#BEB193

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

Shades of Akaroa #BEB193

Tints of Akaroa #BEB193

Color information

#BEB193 (or 0xBEB193) is unknown color: approx Akaroa. HEX triplet: BE, B1 and 93. RGB value is (190,177,147). Sum of RGB (Red+Green+Blue) = 190+177+147=514 (68% of max value = 765). Red value is 190 (74.61% from 255 or 36.96% from 514); Green value is 177 (69.53% from 255 or 34.44% from 514); Blue value is 147 (57.81% from 255 or 28.60% from 514); Max value from RGB is 190 - color contains mainly: red. Hex color #BEB193 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BEB193 is #414E6C. Grayscale: #B1B1B1. Windows color (decimal): -4279917 or 9679294. OLE color: 9679294.

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

Color convert

RGB190177147-
CMYK00.070.230.25
HSL41.86º24.86%66.08%-
HSV(B)41.86º22.63%74.51%-
XYZ42.2244.533.97-
YUV177.47110.81136.94-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 36.96%
GREEN value IS 177 (69.53% from 255) = 34.44%
BLUE value IS 147 (57.81% from 255) = 28.60%
R=36.96%
G=34.44%
B=28.60%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.07
Y (Yellow) values IS 0.23
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal19017714700.070.230.2541.8624.8666.08
HexBEB1930717192a1942
Octal2762612230727315231102
Binary10111110101100011001001101111011111001101010110011000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BEB193

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BEB193; }

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

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

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

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

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

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

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

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