#BEB294

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

Shades of Akaroa #BEB294

Tints of Akaroa #BEB294

Color information

#BEB294 (or 0xBEB294) is unknown color: approx Akaroa. HEX triplet: BE, B2 and 94. RGB value is (190,178,148). Sum of RGB (Red+Green+Blue) = 190+178+148=516 (68% of max value = 765). Red value is 190 (74.61% from 255 or 36.82% from 516); Green value is 178 (69.92% from 255 or 34.50% from 516); Blue value is 148 (58.20% from 255 or 28.68% from 516); Max value from RGB is 190 - color contains mainly: red. Hex color #BEB294 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BEB294 is #414D6B. Grayscale: #B2B2B2. Windows color (decimal): -4279660 or 9745086. OLE color: 9745086.

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

Color convert

RGB190178148-
CMYK00.060.220.25
HSL42.86º24.42%66.27%-
HSV(B)42.86º22.11%74.51%-
XYZ42.544.9334.45-
YUV178.17110.98136.44-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 36.82%
GREEN value IS 178 (69.92% from 255) = 34.50%
BLUE value IS 148 (58.20% from 255) = 28.68%
R=36.82%
G=34.50%
B=28.68%

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
Decimal19017814800.060.220.2542.8624.4266.27
HexBEB2940616192b1842
Octal2762622240626315330102
Binary10111110101100101001010001101011011001101011110001000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BEB294

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BEB294; }

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

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

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

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

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

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

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

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