#BEB49C

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

Shades of Akaroa #BEB49C

Tints of Akaroa #BEB49C

Color information

#BEB49C (or 0xBEB49C) is unknown color: approx Akaroa. HEX triplet: BE, B4 and 9C. RGB value is (190,180,156). Sum of RGB (Red+Green+Blue) = 190+180+156=526 (69% of max value = 765). Red value is 190 (74.61% from 255 or 36.12% from 526); Green value is 180 (70.70% from 255 or 34.22% from 526); Blue value is 156 (61.33% from 255 or 29.66% from 526); Max value from RGB is 190 - color contains mainly: red. Hex color #BEB49C is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BEB49C is #414B63. Grayscale: #B4B4B4. Windows color (decimal): -4279140 or 10269886. OLE color: 10269886.

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

Color convert

RGB190180156-
CMYK00.050.180.25
HSL42.35º20.73%67.84%-
HSV(B)42.35º17.89%74.51%-
XYZ43.5645.9938.03-
YUV180.25114.31134.95-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 36.12%
GREEN value IS 180 (70.70% from 255) = 34.22%
BLUE value IS 156 (61.33% from 255) = 29.66%
R=36.12%
G=34.22%
B=29.66%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.05
Y (Yellow) values IS 0.18
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal19018015600.050.180.2542.3520.7367.84
HexBEB49C0512192a1544
Octal2762642340522315225104
Binary10111110101101001001110001011001011001101010101011000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BEB49C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BEB49C; }

 p { color: rgb(190,180,156); }

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

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

 a { background-color: rgb(190,180,156); }

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

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

 span { border-color: rgb(190,180,156); }

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