#BEB699

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

Shades of Akaroa #BEB699

Tints of Akaroa #BEB699

Color information

#BEB699 (or 0xBEB699) is unknown color: approx Akaroa. HEX triplet: BE, B6 and 99. RGB value is (190,182,153). Sum of RGB (Red+Green+Blue) = 190+182+153=525 (69% of max value = 765). Red value is 190 (74.61% from 255 or 36.19% from 525); Green value is 182 (71.48% from 255 or 34.67% from 525); Blue value is 153 (60.16% from 255 or 29.14% from 525); Max value from RGB is 190 - color contains mainly: red. Hex color #BEB699 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BEB699 is #414966. Grayscale: #B5B5B5. Windows color (decimal): -4278631 or 10073790. OLE color: 10073790.

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

Color convert

RGB190182153-
CMYK00.040.190.25
HSL47.03º22.16%67.25%-
HSV(B)47.03º19.47%74.51%-
XYZ43.7146.736.85-
YUV181.09112.15134.36-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 36.19%
GREEN value IS 182 (71.48% from 255) = 34.67%
BLUE value IS 153 (60.16% from 255) = 29.14%
R=36.19%
G=34.67%
B=29.14%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.04
Y (Yellow) values IS 0.19
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal19018215300.040.190.2547.0322.1667.25
HexBEB6990413192f1643
Octal2762662310423315726103
Binary10111110101101101001100101001001111001101111101101000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BEB699

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BEB699; }

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

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

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

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

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

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

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

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