#B8B19D

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

Shades of Akaroa #B8B19D

Tints of Akaroa #B8B19D

Color information

#B8B19D (or 0xB8B19D) is unknown color: approx Akaroa. HEX triplet: B8, B1 and 9D. RGB value is (184,177,157). Sum of RGB (Red+Green+Blue) = 184+177+157=518 (68% of max value = 765). Red value is 184 (72.27% from 255 or 35.52% from 518); Green value is 177 (69.53% from 255 or 34.17% from 518); Blue value is 157 (61.72% from 255 or 30.31% from 518); Max value from RGB is 184 - color contains mainly: red. Hex color #B8B19D is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #B8B19D is #474E62. Grayscale: #B0B0B0. Windows color (decimal): -4673123 or 10334648. OLE color: 10334648.

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

Color convert

RGB184177157-
CMYK00.040.150.28
HSL44.44º15.98%66.86%-
HSV(B)44.44º14.67%72.16%-
XYZ41.5844.0738.21-
YUV176.81116.82133.13-

RGB Variations

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

RGB

RED value IS 184 (72.27% from 255) = 35.52%
GREEN value IS 177 (69.53% from 255) = 34.17%
BLUE value IS 157 (61.72% from 255) = 30.31%
R=35.52%
G=34.17%
B=30.31%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.04
Y (Yellow) values IS 0.15
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal18417715700.040.150.2844.4415.9866.86
HexB8B19D04F1C2c1043
Octal2702612350417345420103
Binary1011100010110001100111010100111111100101100100001000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B8B19D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B8B19D; }

 p { color: rgb(184,177,157); }

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

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

 a { background-color: rgb(184,177,157); }

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

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

 span { border-color: rgb(184,177,157); }

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