#B8AF9C

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

Shades of Akaroa #B8AF9C

Tints of Akaroa #B8AF9C

Color information

#B8AF9C (or 0xB8AF9C) is unknown color: approx Akaroa. HEX triplet: B8, AF and 9C. RGB value is (184,175,156). Sum of RGB (Red+Green+Blue) = 184+175+156=515 (68% of max value = 765). Red value is 184 (72.27% from 255 or 35.73% from 515); Green value is 175 (68.75% from 255 or 33.98% from 515); Blue value is 156 (61.33% from 255 or 30.29% from 515); Max value from RGB is 184 - color contains mainly: red. Hex color #B8AF9C is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #B8AF9C is #475063. Grayscale: #AFAFAF. Windows color (decimal): -4673636 or 10268600. OLE color: 10268600.

HSL color Cylindrical-coordinate representation of color #B8AF9C: hue angle of 40.71º 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 #B8AF9C is Cyan = 0, Magento = 0.05, Yellow = 0.15 and Black (K on CMYK) = 0.28.

Color convert

RGB184175156-
CMYK00.050.150.28
HSL40.71º16.47%66.67%-
HSV(B)40.71º15.22%72.16%-
XYZ41.143.2537.63-
YUV175.52116.98134.04-

RGB Variations

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

RGB

RED value IS 184 (72.27% from 255) = 35.73%
GREEN value IS 175 (68.75% from 255) = 33.98%
BLUE value IS 156 (61.33% from 255) = 30.29%
R=35.73%
G=33.98%
B=30.29%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.05
Y (Yellow) values IS 0.15
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal18417515600.050.150.2840.7116.4766.67
HexB8AF9C05F1C291043
Octal2702572340517345120103
Binary1011100010101111100111000101111111100101001100001000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B8AF9C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B8AF9C; }

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

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

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

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

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

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

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

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