#BEB09B

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

Shades of Akaroa #BEB09B

Tints of Akaroa #BEB09B

Color information

#BEB09B (or 0xBEB09B) is unknown color: approx Akaroa. HEX triplet: BE, B0 and 9B. RGB value is (190,176,155). Sum of RGB (Red+Green+Blue) = 190+176+155=521 (69% of max value = 765). Red value is 190 (74.61% from 255 or 36.47% from 521); Green value is 176 (69.14% from 255 or 33.78% from 521); Blue value is 155 (60.94% from 255 or 29.75% from 521); Max value from RGB is 190 - color contains mainly: red. Hex color #BEB09B is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BEB09B is #414F64. Grayscale: #B1B1B1. Windows color (decimal): -4280165 or 10203326. OLE color: 10203326.

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

Color convert

RGB190176155-
CMYK00.070.180.25
HSL36º21.21%67.65%-
HSV(B)36º18.42%74.51%-
XYZ42.6844.3637.32-
YUV177.79115.14136.71-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 36.47%
GREEN value IS 176 (69.14% from 255) = 33.78%
BLUE value IS 155 (60.94% from 255) = 29.75%
R=36.47%
G=33.78%
B=29.75%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.07
Y (Yellow) values IS 0.18
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal19017615500.070.180.253621.2167.65
HexBEB09B071219241544
Octal2762602330722314425104
Binary10111110101100001001101101111001011001100100101011000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BEB09B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BEB09B; }

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

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

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

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

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

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

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

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