#BEB59D

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

Shades of Akaroa #BEB59D

Tints of Akaroa #BEB59D

Color information

#BEB59D (or 0xBEB59D) is unknown color: approx Akaroa. HEX triplet: BE, B5 and 9D. RGB value is (190,181,157). Sum of RGB (Red+Green+Blue) = 190+181+157=528 (69% of max value = 765). Red value is 190 (74.61% from 255 or 35.98% from 528); Green value is 181 (71.09% from 255 or 34.28% from 528); Blue value is 157 (61.72% from 255 or 29.73% from 528); Max value from RGB is 190 - color contains mainly: red. Hex color #BEB59D is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BEB59D is #414A62. Grayscale: #B5B5B5. Windows color (decimal): -4278883 or 10335678. OLE color: 10335678.

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

Color convert

RGB190181157-
CMYK00.050.170.25
HSL43.64º20.25%68.04%-
HSV(B)43.64º17.37%74.51%-
XYZ43.8446.4338.55-
YUV180.96114.48134.45-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 35.98%
GREEN value IS 181 (71.09% from 255) = 34.28%
BLUE value IS 157 (61.72% from 255) = 29.73%
R=35.98%
G=34.28%
B=29.73%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.05
Y (Yellow) values IS 0.17
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal19018115700.050.170.2543.6420.2568.04
HexBEB59D0511192c1444
Octal2762652350521315424104
Binary10111110101101011001110101011000111001101100101001000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BEB59D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BEB59D; }

 p { color: rgb(190,181,157); }

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

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

 a { background-color: rgb(190,181,157); }

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

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

 span { border-color: rgb(190,181,157); }

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