#BEB69B

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

Shades of Akaroa #BEB69B

Tints of Akaroa #BEB69B

Color information

#BEB69B (or 0xBEB69B) is unknown color: approx Akaroa. HEX triplet: BE, B6 and 9B. RGB value is (190,182,155). Sum of RGB (Red+Green+Blue) = 190+182+155=527 (69% of max value = 765). Red value is 190 (74.61% from 255 or 36.05% from 527); Green value is 182 (71.48% from 255 or 34.54% from 527); Blue value is 155 (60.94% from 255 or 29.41% from 527); Max value from RGB is 190 - color contains mainly: red. Hex color #BEB69B is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BEB69B is #414964. Grayscale: #B5B5B5. Windows color (decimal): -4278629 or 10204862. OLE color: 10204862.

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

Color convert

RGB190182155-
CMYK00.040.180.25
HSL46.29º21.21%67.65%-
HSV(B)46.29º18.42%74.51%-
XYZ43.8846.7737.73-
YUV181.31113.15134.2-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 36.05%
GREEN value IS 182 (71.48% from 255) = 34.54%
BLUE value IS 155 (60.94% from 255) = 29.41%
R=36.05%
G=34.54%
B=29.41%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.04
Y (Yellow) values IS 0.18
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal19018215500.040.180.2546.2921.2167.65
HexBEB69B0412192e1544
Octal2762662330422315625104
Binary10111110101101101001101101001001011001101110101011000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BEB69B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BEB69B; }

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

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

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

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

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

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

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

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