#BEB69C

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

Shades of Akaroa #BEB69C

Tints of Akaroa #BEB69C

Color information

#BEB69C (or 0xBEB69C) is unknown color: approx Akaroa. HEX triplet: BE, B6 and 9C. RGB value is (190,182,156). Sum of RGB (Red+Green+Blue) = 190+182+156=528 (69% of max value = 765). Red value is 190 (74.61% from 255 or 35.98% from 528); Green value is 182 (71.48% from 255 or 34.47% from 528); Blue value is 156 (61.33% from 255 or 29.55% from 528); Max value from RGB is 190 - color contains mainly: red. Hex color #BEB69C is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BEB69C is #414963. Grayscale: #B5B5B5. Windows color (decimal): -4278628 or 10270398. OLE color: 10270398.

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

Color convert

RGB190182156-
CMYK00.040.180.25
HSL45.88º20.73%67.84%-
HSV(B)45.88º17.89%74.51%-
XYZ43.9646.838.17-
YUV181.43113.65134.11-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 35.98%
GREEN value IS 182 (71.48% from 255) = 34.47%
BLUE value IS 156 (61.33% from 255) = 29.55%
R=35.98%
G=34.47%
B=29.55%

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
Decimal19018215600.040.180.2545.8820.7367.84
HexBEB69C0412192e1544
Octal2762662340422315625104
Binary10111110101101101001110001001001011001101110101011000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BEB69C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BEB69C; }

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

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

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

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

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

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

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

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