#BEB29A

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

Shades of Akaroa #BEB29A

Tints of Akaroa #BEB29A

Color information

#BEB29A (or 0xBEB29A) is unknown color: approx Akaroa. HEX triplet: BE, B2 and 9A. RGB value is (190,178,154). Sum of RGB (Red+Green+Blue) = 190+178+154=522 (69% of max value = 765). Red value is 190 (74.61% from 255 or 36.40% from 522); Green value is 178 (69.92% from 255 or 34.10% from 522); Blue value is 154 (60.55% from 255 or 29.50% from 522); Max value from RGB is 190 - color contains mainly: red. Hex color #BEB29A is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BEB29A is #414D65. Grayscale: #B2B2B2. Windows color (decimal): -4279654 or 10138302. OLE color: 10138302.

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

Color convert

RGB190178154-
CMYK00.060.190.25
HSL40º21.69%67.45%-
HSV(B)40º18.95%74.51%-
XYZ42.9945.1237.02-
YUV178.85113.98135.95-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 36.40%
GREEN value IS 178 (69.92% from 255) = 34.10%
BLUE value IS 154 (60.55% from 255) = 29.50%
R=36.40%
G=34.10%
B=29.50%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.06
Y (Yellow) values IS 0.19
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal19017815400.060.190.254021.6967.45
HexBEB29A061319281643
Octal2762622320623315026103
Binary10111110101100101001101001101001111001101000101101000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BEB29A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BEB29A; }

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

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

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

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

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

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

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

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