#B8B19F

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

Shades of Akaroa #B8B19F

Tints of Akaroa #B8B19F

Color information

#B8B19F (or 0xB8B19F) is unknown color: approx Akaroa. HEX triplet: B8, B1 and 9F. RGB value is (184,177,159). Sum of RGB (Red+Green+Blue) = 184+177+159=520 (68% of max value = 765). Red value is 184 (72.27% from 255 or 35.38% from 520); Green value is 177 (69.53% from 255 or 34.04% from 520); Blue value is 159 (62.5% from 255 or 30.58% from 520); Max value from RGB is 184 - color contains mainly: red. Hex color #B8B19F is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #B8B19F is #474E60. Grayscale: #B1B1B1. Windows color (decimal): -4673121 or 10465720. OLE color: 10465720.

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

Color convert

RGB184177159-
CMYK00.040.140.28
HSL43.2º14.97%67.25%-
HSV(B)43.2º13.59%72.16%-
XYZ41.7544.1439.12-
YUV177.04117.82132.96-

RGB Variations

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

RGB

RED value IS 184 (72.27% from 255) = 35.38%
GREEN value IS 177 (69.53% from 255) = 34.04%
BLUE value IS 159 (62.5% from 255) = 30.58%
R=35.38%
G=34.04%
B=30.58%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.04
Y (Yellow) values IS 0.14
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal18417715900.040.140.2843.214.9767.25
HexB8B19F04E1C2bf43
Octal2702612370416345317103
Binary101110001011000110011111010011101110010101111111000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B8B19F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B8B19F; }

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

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

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

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

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

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

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

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