#BEB39B

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

Shades of Akaroa #BEB39B

Tints of Akaroa #BEB39B

Color information

#BEB39B (or 0xBEB39B) is unknown color: approx Akaroa. HEX triplet: BE, B3 and 9B. RGB value is (190,179,155). Sum of RGB (Red+Green+Blue) = 190+179+155=524 (69% of max value = 765). Red value is 190 (74.61% from 255 or 36.26% from 524); Green value is 179 (70.31% from 255 or 34.16% from 524); Blue value is 155 (60.94% from 255 or 29.58% from 524); Max value from RGB is 190 - color contains mainly: red. Hex color #BEB39B is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BEB39B is #414C64. Grayscale: #B3B3B3. Windows color (decimal): -4279397 or 10204094. OLE color: 10204094.

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

Color convert

RGB190179155-
CMYK00.060.180.25
HSL41.14º21.21%67.65%-
HSV(B)41.14º18.42%74.51%-
XYZ43.2745.5537.52-
YUV179.55114.14135.45-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 36.26%
GREEN value IS 179 (70.31% from 255) = 34.16%
BLUE value IS 155 (60.94% from 255) = 29.58%
R=36.26%
G=34.16%
B=29.58%

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
Decimal19017915500.060.180.2541.1421.2167.65
HexBEB39B061219291544
Octal2762632330622315125104
Binary10111110101100111001101101101001011001101001101011000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BEB39B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BEB39B; }

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

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

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

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

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

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

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

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