#B8AF9B

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

Shades of Akaroa #B8AF9B

Tints of Akaroa #B8AF9B

Color information

#B8AF9B (or 0xB8AF9B) is unknown color: approx Akaroa. HEX triplet: B8, AF and 9B. RGB value is (184,175,155). Sum of RGB (Red+Green+Blue) = 184+175+155=514 (68% of max value = 765). Red value is 184 (72.27% from 255 or 35.80% from 514); Green value is 175 (68.75% from 255 or 34.05% from 514); Blue value is 155 (60.94% from 255 or 30.16% from 514); Max value from RGB is 184 - color contains mainly: red. Hex color #B8AF9B is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #B8AF9B is #475064. Grayscale: #AFAFAF. Windows color (decimal): -4673637 or 10203064. OLE color: 10203064.

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

Color convert

RGB184175155-
CMYK00.050.160.28
HSL41.38º16.96%66.47%-
HSV(B)41.38º15.76%72.16%-
XYZ41.0143.2237.19-
YUV175.41116.48134.13-

RGB Variations

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

RGB

RED value IS 184 (72.27% from 255) = 35.80%
GREEN value IS 175 (68.75% from 255) = 34.05%
BLUE value IS 155 (60.94% from 255) = 30.16%
R=35.80%
G=34.05%
B=30.16%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.05
Y (Yellow) values IS 0.16
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal18417515500.050.160.2841.3816.9666.47
HexB8AF9B05101C291142
Octal2702572330520345121102
Binary10111000101011111001101101011000011100101001100011000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B8AF9B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B8AF9B; }

 p { color: rgb(184,175,155); }

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

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

 a { background-color: rgb(184,175,155); }

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

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

 span { border-color: rgb(184,175,155); }

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