#BEB194

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

Shades of Akaroa #BEB194

Tints of Akaroa #BEB194

Color information

#BEB194 (or 0xBEB194) is unknown color: approx Akaroa. HEX triplet: BE, B1 and 94. RGB value is (190,177,148). Sum of RGB (Red+Green+Blue) = 190+177+148=515 (68% of max value = 765). Red value is 190 (74.61% from 255 or 36.89% from 515); Green value is 177 (69.53% from 255 or 34.37% from 515); Blue value is 148 (58.20% from 255 or 28.74% from 515); Max value from RGB is 190 - color contains mainly: red. Hex color #BEB194 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BEB194 is #414E6B. Grayscale: #B1B1B1. Windows color (decimal): -4279916 or 9744830. OLE color: 9744830.

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

Color convert

RGB190177148-
CMYK00.070.220.25
HSL41.43º24.42%66.27%-
HSV(B)41.43º22.11%74.51%-
XYZ42.344.5334.38-
YUV177.58111.31136.86-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 36.89%
GREEN value IS 177 (69.53% from 255) = 34.37%
BLUE value IS 148 (58.20% from 255) = 28.74%
R=36.89%
G=34.37%
B=28.74%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.07
Y (Yellow) values IS 0.22
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal19017714800.070.220.2541.4324.4266.27
HexBEB194071619291842
Octal2762612240726315130102
Binary10111110101100011001010001111011011001101001110001000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BEB194

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BEB194; }

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

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

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

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

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

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

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

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