#BEB199

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

Shades of Akaroa #BEB199

Tints of Akaroa #BEB199

Color information

#BEB199 (or 0xBEB199) is unknown color: approx Akaroa. HEX triplet: BE, B1 and 99. RGB value is (190,177,153). Sum of RGB (Red+Green+Blue) = 190+177+153=520 (68% of max value = 765). Red value is 190 (74.61% from 255 or 36.54% from 520); Green value is 177 (69.53% from 255 or 34.04% from 520); Blue value is 153 (60.16% from 255 or 29.42% from 520); Max value from RGB is 190 - color contains mainly: red. Hex color #BEB199 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BEB199 is #414E66. Grayscale: #B2B2B2. Windows color (decimal): -4279911 or 10072510. OLE color: 10072510.

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

Color convert

RGB190177153-
CMYK00.070.190.25
HSL38.92º22.16%67.25%-
HSV(B)38.92º19.47%74.51%-
XYZ42.7144.6936.51-
YUV178.15113.81136.45-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 36.54%
GREEN value IS 177 (69.53% from 255) = 34.04%
BLUE value IS 153 (60.16% from 255) = 29.42%
R=36.54%
G=34.04%
B=29.42%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.07
Y (Yellow) values IS 0.19
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal19017715300.070.190.2538.9222.1667.25
HexBEB199071319271643
Octal2762612310723314726103
Binary10111110101100011001100101111001111001100111101101000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BEB199

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BEB199; }

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

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

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

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

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

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

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

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