#BEB397

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

Shades of Akaroa #BEB397

Tints of Akaroa #BEB397

Color information

#BEB397 (or 0xBEB397) is unknown color: approx Akaroa. HEX triplet: BE, B3 and 97. RGB value is (190,179,151). Sum of RGB (Red+Green+Blue) = 190+179+151=520 (68% of max value = 765). Red value is 190 (74.61% from 255 or 36.54% from 520); Green value is 179 (70.31% from 255 or 34.42% from 520); Blue value is 151 (59.38% from 255 or 29.04% from 520); Max value from RGB is 190 - color contains mainly: red. Hex color #BEB397 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BEB397 is #414C68. Grayscale: #B3B3B3. Windows color (decimal): -4279401 or 9941950. OLE color: 9941950.

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

Color convert

RGB190179151-
CMYK00.060.210.25
HSL43.08º23.08%66.86%-
HSV(B)43.08º20.53%74.51%-
XYZ42.9445.4235.78-
YUV179.1112.14135.78-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 36.54%
GREEN value IS 179 (70.31% from 255) = 34.42%
BLUE value IS 151 (59.38% from 255) = 29.04%
R=36.54%
G=34.42%
B=29.04%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.06
Y (Yellow) values IS 0.21
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal19017915100.060.210.2543.0823.0866.86
HexBEB3970615192b1743
Octal2762632270625315327103
Binary10111110101100111001011101101010111001101011101111000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BEB397

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BEB397; }

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

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

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

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

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

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

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

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