#BEB293

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

Shades of Akaroa #BEB293

Tints of Akaroa #BEB293

Color information

#BEB293 (or 0xBEB293) is unknown color: approx Akaroa. HEX triplet: BE, B2 and 93. RGB value is (190,178,147). Sum of RGB (Red+Green+Blue) = 190+178+147=515 (68% of max value = 765). Red value is 190 (74.61% from 255 or 36.89% from 515); Green value is 178 (69.92% from 255 or 34.56% from 515); Blue value is 147 (57.81% from 255 or 28.54% from 515); Max value from RGB is 190 - color contains mainly: red. Hex color #BEB293 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BEB293 is #414D6C. Grayscale: #B2B2B2. Windows color (decimal): -4279661 or 9679550. OLE color: 9679550.

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

Color convert

RGB190178147-
CMYK00.060.230.25
HSL43.26º24.86%66.08%-
HSV(B)43.26º22.63%74.51%-
XYZ42.4244.8934.03-
YUV178.05110.48136.52-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 36.89%
GREEN value IS 178 (69.92% from 255) = 34.56%
BLUE value IS 147 (57.81% from 255) = 28.54%
R=36.89%
G=34.56%
B=28.54%

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
Decimal19017814700.060.230.2543.2624.8666.08
HexBEB2930617192b1942
Octal2762622230627315331102
Binary10111110101100101001001101101011111001101011110011000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BEB293

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BEB293; }

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

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

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

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

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

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

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

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