#BEB498

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

Shades of Akaroa #BEB498

Tints of Akaroa #BEB498

Color information

#BEB498 (or 0xBEB498) is unknown color: approx Akaroa. HEX triplet: BE, B4 and 98. RGB value is (190,180,152). Sum of RGB (Red+Green+Blue) = 190+180+152=522 (69% of max value = 765). Red value is 190 (74.61% from 255 or 36.40% from 522); Green value is 180 (70.70% from 255 or 34.48% from 522); Blue value is 152 (59.77% from 255 or 29.12% from 522); Max value from RGB is 190 - color contains mainly: red. Hex color #BEB498 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BEB498 is #414B67. Grayscale: #B3B3B3. Windows color (decimal): -4279144 or 10007742. OLE color: 10007742.

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

Color convert

RGB190180152-
CMYK00.050.20.25
HSL44.21º22.62%67.06%-
HSV(B)44.21º20%74.51%-
XYZ43.2245.8636.28-
YUV179.8112.31135.28-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 36.40%
GREEN value IS 180 (70.70% from 255) = 34.48%
BLUE value IS 152 (59.77% from 255) = 29.12%
R=36.40%
G=34.48%
B=29.12%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.05
Y (Yellow) values IS 0.2
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal19018015200.050.20.2544.2122.6267.06
HexBEB4980514192c1743
Octal2762642300524315427103
Binary10111110101101001001100001011010011001101100101111000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BEB498

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BEB498; }

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

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

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

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

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

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

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

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