#BEB09A

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

Shades of Akaroa #BEB09A

Tints of Akaroa #BEB09A

Color information

#BEB09A (or 0xBEB09A) is unknown color: approx Akaroa. HEX triplet: BE, B0 and 9A. RGB value is (190,176,154). Sum of RGB (Red+Green+Blue) = 190+176+154=520 (68% of max value = 765). Red value is 190 (74.61% from 255 or 36.54% from 520); Green value is 176 (69.14% from 255 or 33.85% from 520); Blue value is 154 (60.55% from 255 or 29.62% from 520); Max value from RGB is 190 - color contains mainly: red. Hex color #BEB09A is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BEB09A is #414F65. Grayscale: #B1B1B1. Windows color (decimal): -4280166 or 10137790. OLE color: 10137790.

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

Color convert

RGB190176154-
CMYK00.070.190.25
HSL36.67º21.69%67.45%-
HSV(B)36.67º18.95%74.51%-
XYZ42.5944.3336.88-
YUV177.68114.64136.79-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 36.54%
GREEN value IS 176 (69.14% from 255) = 33.85%
BLUE value IS 154 (60.55% from 255) = 29.62%
R=36.54%
G=33.85%
B=29.62%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.07
Y (Yellow) values IS 0.19
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal19017615400.070.190.2536.6721.6967.45
HexBEB09A071319251643
Octal2762602320723314526103
Binary10111110101100001001101001111001111001100101101101000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BEB09A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BEB09A; }

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

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

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

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

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

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

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

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