#BEB39C

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

Shades of Akaroa #BEB39C

Tints of Akaroa #BEB39C

Color information

#BEB39C (or 0xBEB39C) is unknown color: approx Akaroa. HEX triplet: BE, B3 and 9C. RGB value is (190,179,156). Sum of RGB (Red+Green+Blue) = 190+179+156=525 (69% of max value = 765). Red value is 190 (74.61% from 255 or 36.19% from 525); Green value is 179 (70.31% from 255 or 34.10% from 525); Blue value is 156 (61.33% from 255 or 29.71% from 525); Max value from RGB is 190 - color contains mainly: red. Hex color #BEB39C is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BEB39C is #414C63. Grayscale: #B3B3B3. Windows color (decimal): -4279396 or 10269630. OLE color: 10269630.

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

Color convert

RGB190179156-
CMYK00.060.180.25
HSL40.59º20.73%67.84%-
HSV(B)40.59º17.89%74.51%-
XYZ43.3645.5937.97-
YUV179.67114.64135.37-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 36.19%
GREEN value IS 179 (70.31% from 255) = 34.10%
BLUE value IS 156 (61.33% from 255) = 29.71%
R=36.19%
G=34.10%
B=29.71%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.06
Y (Yellow) values IS 0.18
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal19017915600.060.180.2540.5920.7367.84
HexBEB39C061219291544
Octal2762632340622315125104
Binary10111110101100111001110001101001011001101001101011000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BEB39C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BEB39C; }

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

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

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

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

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

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

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

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