#BEB19B

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

Shades of Akaroa #BEB19B

Tints of Akaroa #BEB19B

Color information

#BEB19B (or 0xBEB19B) is unknown color: approx Akaroa. HEX triplet: BE, B1 and 9B. RGB value is (190,177,155). Sum of RGB (Red+Green+Blue) = 190+177+155=522 (69% of max value = 765). Red value is 190 (74.61% from 255 or 36.40% from 522); Green value is 177 (69.53% from 255 or 33.91% from 522); Blue value is 155 (60.94% from 255 or 29.69% from 522); Max value from RGB is 190 - color contains mainly: red. Hex color #BEB19B is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BEB19B is #414E64. Grayscale: #B2B2B2. Windows color (decimal): -4279909 or 10203582. OLE color: 10203582.

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

Color convert

RGB190177155-
CMYK00.070.180.25
HSL37.71º21.21%67.65%-
HSV(B)37.71º18.42%74.51%-
XYZ42.8744.7637.39-
YUV178.38114.81136.29-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 36.40%
GREEN value IS 177 (69.53% from 255) = 33.91%
BLUE value IS 155 (60.94% from 255) = 29.69%
R=36.40%
G=33.91%
B=29.69%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.07
Y (Yellow) values IS 0.18
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal19017715500.070.180.2537.7121.2167.65
HexBEB19B071219261544
Octal2762612330722314625104
Binary10111110101100011001101101111001011001100110101011000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BEB19B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BEB19B; }

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

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

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

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

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

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

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

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