#BEB092

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

Shades of Akaroa #BEB092

Tints of Akaroa #BEB092

Color information

#BEB092 (or 0xBEB092) is unknown color: approx Akaroa. HEX triplet: BE, B0 and 92. RGB value is (190,176,146). Sum of RGB (Red+Green+Blue) = 190+176+146=512 (67% of max value = 765). Red value is 190 (74.61% from 255 or 37.11% from 512); Green value is 176 (69.14% from 255 or 34.38% from 512); Blue value is 146 (57.42% from 255 or 28.52% from 512); Max value from RGB is 190 - color contains mainly: red. Hex color #BEB092 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BEB092 is #414F6D. Grayscale: #B0B0B0. Windows color (decimal): -4280174 or 9613502. OLE color: 9613502.

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

Color convert

RGB190176146-
CMYK00.070.230.25
HSL40.91º25.29%65.88%-
HSV(B)40.91º23.16%74.51%-
XYZ41.9544.0733.49-
YUV176.77110.64137.44-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 37.11%
GREEN value IS 176 (69.14% from 255) = 34.38%
BLUE value IS 146 (57.42% from 255) = 28.52%
R=37.11%
G=34.38%
B=28.52%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.07
Y (Yellow) values IS 0.23
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal19017614600.070.230.2540.9125.2965.88
HexBEB092071719291942
Octal2762602220727315131102
Binary10111110101100001001001001111011111001101001110011000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BEB092

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BEB092; }

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

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

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

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

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

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

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

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