#BEB19E

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

Shades of Akaroa #BEB19E

Tints of Akaroa #BEB19E

Color information

#BEB19E (or 0xBEB19E) is unknown color: approx Akaroa. HEX triplet: BE, B1 and 9E. RGB value is (190,177,158). Sum of RGB (Red+Green+Blue) = 190+177+158=525 (69% of max value = 765). Red value is 190 (74.61% from 255 or 36.19% from 525); Green value is 177 (69.53% from 255 or 33.71% from 525); Blue value is 158 (62.11% from 255 or 30.10% from 525); Max value from RGB is 190 - color contains mainly: red. Hex color #BEB19E is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BEB19E is #414E61. Grayscale: #B2B2B2. Windows color (decimal): -4279906 or 10400190. OLE color: 10400190.

HSL color Cylindrical-coordinate representation of color #BEB19E: hue angle of 35.63º degrees, saturation: 0.2, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #BEB19E is Cyan = 0, Magento = 0.07, Yellow = 0.17 and Black (K on CMYK) = 0.25.

Color convert

RGB190177158-
CMYK00.070.170.25
HSL35.63º19.75%68.24%-
HSV(B)35.63º16.84%74.51%-
XYZ43.1344.8638.73-
YUV178.72116.31136.04-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 36.19%
GREEN value IS 177 (69.53% from 255) = 33.71%
BLUE value IS 158 (62.11% from 255) = 30.10%
R=36.19%
G=33.71%
B=30.10%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.07
Y (Yellow) values IS 0.17
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal19017715800.070.170.2535.6319.7568.24
HexBEB19E071119241444
Octal2762612360721314424104
Binary10111110101100011001111001111000111001100100101001000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BEB19E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BEB19E; }

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

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

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

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

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

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

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

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