#BEB49D

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

Shades of Akaroa #BEB49D

Tints of Akaroa #BEB49D

Color information

#BEB49D (or 0xBEB49D) is unknown color: approx Akaroa. HEX triplet: BE, B4 and 9D. RGB value is (190,180,157). Sum of RGB (Red+Green+Blue) = 190+180+157=527 (69% of max value = 765). Red value is 190 (74.61% from 255 or 36.05% from 527); Green value is 180 (70.70% from 255 or 34.16% from 527); Blue value is 157 (61.72% from 255 or 29.79% from 527); Max value from RGB is 190 - color contains mainly: red. Hex color #BEB49D is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BEB49D is #414B62. Grayscale: #B4B4B4. Windows color (decimal): -4279139 or 10335422. OLE color: 10335422.

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

Color convert

RGB190180157-
CMYK00.050.170.25
HSL41.82º20.25%68.04%-
HSV(B)41.82º17.37%74.51%-
XYZ43.6446.0238.48-
YUV180.37114.81134.87-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 36.05%
GREEN value IS 180 (70.70% from 255) = 34.16%
BLUE value IS 157 (61.72% from 255) = 29.79%
R=36.05%
G=34.16%
B=29.79%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.05
Y (Yellow) values IS 0.17
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal19018015700.050.170.2541.8220.2568.04
HexBEB49D0511192a1444
Octal2762642350521315224104
Binary10111110101101001001110101011000111001101010101001000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BEB49D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BEB49D; }

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

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

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

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

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

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

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

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