#BEB095

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

Shades of Akaroa #BEB095

Tints of Akaroa #BEB095

Color information

#BEB095 (or 0xBEB095) is unknown color: approx Akaroa. HEX triplet: BE, B0 and 95. RGB value is (190,176,149). Sum of RGB (Red+Green+Blue) = 190+176+149=515 (68% of max value = 765). Red value is 190 (74.61% from 255 or 36.89% from 515); Green value is 176 (69.14% from 255 or 34.17% from 515); Blue value is 149 (58.59% from 255 or 28.93% from 515); Max value from RGB is 190 - color contains mainly: red. Hex color #BEB095 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BEB095 is #414F6A. Grayscale: #B1B1B1. Windows color (decimal): -4280171 or 9810110. OLE color: 9810110.

HSL color Cylindrical-coordinate representation of color #BEB095: hue angle of 39.51º degrees, saturation: 0.24, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #BEB095 is Cyan = 0, Magento = 0.07, Yellow = 0.22 and Black (K on CMYK) = 0.25.

Color convert

RGB190176149-
CMYK00.070.220.25
HSL39.51º23.98%66.47%-
HSV(B)39.51º21.58%74.51%-
XYZ42.1944.1734.74-
YUV177.11112.14137.2-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 36.89%
GREEN value IS 176 (69.14% from 255) = 34.17%
BLUE value IS 149 (58.59% from 255) = 28.93%
R=36.89%
G=34.17%
B=28.93%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.07
Y (Yellow) values IS 0.22
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal19017614900.070.220.2539.5123.9866.47
HexBEB095071619281842
Octal2762602250726315030102
Binary10111110101100001001010101111011011001101000110001000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BEB095

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BEB095; }

 p { color: rgb(190,176,149); }

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

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

 a { background-color: rgb(190,176,149); }

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

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

 span { border-color: rgb(190,176,149); }

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