#BEB19A

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

Shades of Akaroa #BEB19A

Tints of Akaroa #BEB19A

Color information

#BEB19A (or 0xBEB19A) is unknown color: approx Akaroa. HEX triplet: BE, B1 and 9A. RGB value is (190,177,154). Sum of RGB (Red+Green+Blue) = 190+177+154=521 (69% of max value = 765). Red value is 190 (74.61% from 255 or 36.47% from 521); Green value is 177 (69.53% from 255 or 33.97% from 521); Blue value is 154 (60.55% from 255 or 29.56% from 521); Max value from RGB is 190 - color contains mainly: red. Hex color #BEB19A is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BEB19A is #414E65. Grayscale: #B2B2B2. Windows color (decimal): -4279910 or 10138046. OLE color: 10138046.

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

Color convert

RGB190177154-
CMYK00.070.190.25
HSL38.33º21.69%67.45%-
HSV(B)38.33º18.95%74.51%-
XYZ42.7944.7236.95-
YUV178.26114.31136.37-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 36.47%
GREEN value IS 177 (69.53% from 255) = 33.97%
BLUE value IS 154 (60.55% from 255) = 29.56%
R=36.47%
G=33.97%
B=29.56%

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
Decimal19017715400.070.190.2538.3321.6967.45
HexBEB19A071319261643
Octal2762612320723314626103
Binary10111110101100011001101001111001111001100110101101000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BEB19A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BEB19A; }

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

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

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

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

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

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

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

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