#BEB297

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

Shades of Akaroa #BEB297

Tints of Akaroa #BEB297

Color information

#BEB297 (or 0xBEB297) is unknown color: approx Akaroa. HEX triplet: BE, B2 and 97. RGB value is (190,178,151). Sum of RGB (Red+Green+Blue) = 190+178+151=519 (68% of max value = 765). Red value is 190 (74.61% from 255 or 36.61% from 519); Green value is 178 (69.92% from 255 or 34.30% from 519); Blue value is 151 (59.38% from 255 or 29.09% from 519); Max value from RGB is 190 - color contains mainly: red. Hex color #BEB297 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BEB297 is #414D68. Grayscale: #B2B2B2. Windows color (decimal): -4279657 or 9941694. OLE color: 9941694.

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

Color convert

RGB190178151-
CMYK00.060.210.25
HSL41.54º23.08%66.86%-
HSV(B)41.54º20.53%74.51%-
XYZ42.7445.0235.72-
YUV178.51112.48136.2-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 36.61%
GREEN value IS 178 (69.92% from 255) = 34.30%
BLUE value IS 151 (59.38% from 255) = 29.09%
R=36.61%
G=34.30%
B=29.09%

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
Decimal19017815100.060.210.2541.5423.0866.86
HexBEB2970615192a1743
Octal2762622270625315227103
Binary10111110101100101001011101101010111001101010101111000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BEB297

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BEB297; }

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

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

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

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

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

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

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

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