#BEB398

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

Shades of Akaroa #BEB398

Tints of Akaroa #BEB398

Color information

#BEB398 (or 0xBEB398) is unknown color: approx Akaroa. HEX triplet: BE, B3 and 98. RGB value is (190,179,152). Sum of RGB (Red+Green+Blue) = 190+179+152=521 (69% of max value = 765). Red value is 190 (74.61% from 255 or 36.47% from 521); Green value is 179 (70.31% from 255 or 34.36% from 521); Blue value is 152 (59.77% from 255 or 29.17% from 521); Max value from RGB is 190 - color contains mainly: red. Hex color #BEB398 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BEB398 is #414C67. Grayscale: #B3B3B3. Windows color (decimal): -4279400 or 10007486. OLE color: 10007486.

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

Color convert

RGB190179152-
CMYK00.060.20.25
HSL42.63º22.62%67.06%-
HSV(B)42.63º20%74.51%-
XYZ43.0245.4536.21-
YUV179.21112.64135.7-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 36.47%
GREEN value IS 179 (70.31% from 255) = 34.36%
BLUE value IS 152 (59.77% from 255) = 29.17%
R=36.47%
G=34.36%
B=29.17%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.06
Y (Yellow) values IS 0.2
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal19017915200.060.20.2542.6322.6267.06
HexBEB3980614192b1743
Octal2762632300624315327103
Binary10111110101100111001100001101010011001101011101111000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BEB398

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BEB398; }

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

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

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

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

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

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

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

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