#B8B0A0

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

Shades of Akaroa #B8B0A0

Tints of Akaroa #B8B0A0

Color information

#B8B0A0 (or 0xB8B0A0) is unknown color: approx Akaroa. HEX triplet: B8, B0 and A0. RGB value is (184,176,160). Sum of RGB (Red+Green+Blue) = 184+176+160=520 (68% of max value = 765). Red value is 184 (72.27% from 255 or 35.38% from 520); Green value is 176 (69.14% from 255 or 33.85% from 520); Blue value is 160 (62.89% from 255 or 30.77% from 520); Max value from RGB is 184 - color contains mainly: red. Hex color #B8B0A0 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #B8B0A0 is #474F5F. Grayscale: #B0B0B0. Windows color (decimal): -4673376 or 10531000. OLE color: 10531000.

HSL color Cylindrical-coordinate representation of color #B8B0A0: hue angle of 40º degrees, saturation: 0.14, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #B8B0A0 is Cyan = 0, Magento = 0.04, Yellow = 0.13 and Black (K on CMYK) = 0.28.

Color convert

RGB184176160-
CMYK00.040.130.28
HSL40º14.46%67.45%-
HSV(B)40º13.04%72.16%-
XYZ41.6443.7839.51-
YUV176.57118.65133.3-

RGB Variations

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

RGB

RED value IS 184 (72.27% from 255) = 35.38%
GREEN value IS 176 (69.14% from 255) = 33.85%
BLUE value IS 160 (62.89% from 255) = 30.77%
R=35.38%
G=33.85%
B=30.77%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.04
Y (Yellow) values IS 0.13
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal18417616000.040.130.284014.4667.45
HexB8B0A004D1C28e43
Octal2702602400415345016103
Binary101110001011000010100000010011011110010100011101000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B8B0A0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B8B0A0; }

 p { color: rgb(184,176,160); }

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

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

 a { background-color: rgb(184,176,160); }

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

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

 span { border-color: rgb(184,176,160); }

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