#BEB295

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

Shades of Akaroa #BEB295

Tints of Akaroa #BEB295

Color information

#BEB295 (or 0xBEB295) is unknown color: approx Akaroa. HEX triplet: BE, B2 and 95. RGB value is (190,178,149). Sum of RGB (Red+Green+Blue) = 190+178+149=517 (68% of max value = 765). Red value is 190 (74.61% from 255 or 36.75% from 517); Green value is 178 (69.92% from 255 or 34.43% from 517); Blue value is 149 (58.59% from 255 or 28.82% from 517); Max value from RGB is 190 - color contains mainly: red. Hex color #BEB295 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BEB295 is #414D6A. Grayscale: #B2B2B2. Windows color (decimal): -4279659 or 9810622. OLE color: 9810622.

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

Color convert

RGB190178149-
CMYK00.060.220.25
HSL42.44º23.98%66.47%-
HSV(B)42.44º21.58%74.51%-
XYZ42.5844.9634.87-
YUV178.28111.48136.36-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 36.75%
GREEN value IS 178 (69.92% from 255) = 34.43%
BLUE value IS 149 (58.59% from 255) = 28.82%
R=36.75%
G=34.43%
B=28.82%

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
Decimal19017814900.060.220.2542.4423.9866.47
HexBEB2950616192a1842
Octal2762622250626315230102
Binary10111110101100101001010101101011011001101010110001000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BEB295

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BEB295; }

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

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

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

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

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

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

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

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