#BEB59C

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

Shades of Akaroa #BEB59C

Tints of Akaroa #BEB59C

Color information

#BEB59C (or 0xBEB59C) is unknown color: approx Akaroa. HEX triplet: BE, B5 and 9C. RGB value is (190,181,156). Sum of RGB (Red+Green+Blue) = 190+181+156=527 (69% of max value = 765). Red value is 190 (74.61% from 255 or 36.05% from 527); Green value is 181 (71.09% from 255 or 34.35% from 527); Blue value is 156 (61.33% from 255 or 29.60% from 527); Max value from RGB is 190 - color contains mainly: red. Hex color #BEB59C is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BEB59C is #414A63. Grayscale: #B4B4B4. Windows color (decimal): -4278884 or 10270142. OLE color: 10270142.

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

Color convert

RGB190181156-
CMYK00.050.180.25
HSL44.12º20.73%67.84%-
HSV(B)44.12º17.89%74.51%-
XYZ43.7646.438.1-
YUV180.84113.98134.53-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 36.05%
GREEN value IS 181 (71.09% from 255) = 34.35%
BLUE value IS 156 (61.33% from 255) = 29.60%
R=36.05%
G=34.35%
B=29.60%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.05
Y (Yellow) values IS 0.18
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal19018115600.050.180.2544.1220.7367.84
HexBEB59C0512192c1544
Octal2762652340522315425104
Binary10111110101101011001110001011001011001101100101011000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BEB59C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BEB59C; }

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

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

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

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

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

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

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

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