#BEB599

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

Shades of Akaroa #BEB599

Tints of Akaroa #BEB599

Color information

#BEB599 (or 0xBEB599) is unknown color: approx Akaroa. HEX triplet: BE, B5 and 99. RGB value is (190,181,153). Sum of RGB (Red+Green+Blue) = 190+181+153=524 (69% of max value = 765). Red value is 190 (74.61% from 255 or 36.26% from 524); Green value is 181 (71.09% from 255 or 34.54% from 524); Blue value is 153 (60.16% from 255 or 29.20% from 524); Max value from RGB is 190 - color contains mainly: red. Hex color #BEB599 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BEB599 is #414A66. Grayscale: #B4B4B4. Windows color (decimal): -4278887 or 10073534. OLE color: 10073534.

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

Color convert

RGB190181153-
CMYK00.050.190.25
HSL45.41º22.16%67.25%-
HSV(B)45.41º19.47%74.51%-
XYZ43.5146.2936.78-
YUV180.5112.48134.78-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 36.26%
GREEN value IS 181 (71.09% from 255) = 34.54%
BLUE value IS 153 (60.16% from 255) = 29.20%
R=36.26%
G=34.54%
B=29.20%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.05
Y (Yellow) values IS 0.19
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal19018115300.050.190.2545.4122.1667.25
HexBEB5990513192d1643
Octal2762652310523315526103
Binary10111110101101011001100101011001111001101101101101000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BEB599

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BEB599; }

 p { color: rgb(190,181,153); }

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

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

 a { background-color: rgb(190,181,153); }

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

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

 span { border-color: rgb(190,181,153); }

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