#BEB196

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

Shades of Akaroa #BEB196

Tints of Akaroa #BEB196

Color information

#BEB196 (or 0xBEB196) is unknown color: approx Akaroa. HEX triplet: BE, B1 and 96. RGB value is (190,177,150). Sum of RGB (Red+Green+Blue) = 190+177+150=517 (68% of max value = 765). Red value is 190 (74.61% from 255 or 36.75% from 517); Green value is 177 (69.53% from 255 or 34.24% from 517); Blue value is 150 (58.98% from 255 or 29.01% from 517); Max value from RGB is 190 - color contains mainly: red. Hex color #BEB196 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BEB196 is #414E69. Grayscale: #B1B1B1. Windows color (decimal): -4279914 or 9875902. OLE color: 9875902.

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

Color convert

RGB190177150-
CMYK00.070.210.25
HSL40.5º23.53%66.67%-
HSV(B)40.5º21.05%74.51%-
XYZ42.4644.5935.22-
YUV177.81112.31136.7-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 36.75%
GREEN value IS 177 (69.53% from 255) = 34.24%
BLUE value IS 150 (58.98% from 255) = 29.01%
R=36.75%
G=34.24%
B=29.01%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.07
Y (Yellow) values IS 0.21
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal19017715000.070.210.2540.523.5366.67
HexBEB196071519291843
Octal2762612260725315130103
Binary10111110101100011001011001111010111001101001110001000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BEB196

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BEB196; }

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

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

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

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

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

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

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

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