#B8AD9C

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

Shades of Akaroa #B8AD9C

Tints of Akaroa #B8AD9C

Color information

#B8AD9C (or 0xB8AD9C) is unknown color: approx Akaroa. HEX triplet: B8, AD and 9C. RGB value is (184,173,156). Sum of RGB (Red+Green+Blue) = 184+173+156=513 (67% of max value = 765). Red value is 184 (72.27% from 255 or 35.87% from 513); Green value is 173 (67.97% from 255 or 33.72% from 513); Blue value is 156 (61.33% from 255 or 30.41% from 513); Max value from RGB is 184 - color contains mainly: red. Hex color #B8AD9C is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #B8AD9C is #475263. Grayscale: #AEAEAE. Windows color (decimal): -4674148 or 10268088. OLE color: 10268088.

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

Color convert

RGB184173156-
CMYK00.060.150.28
HSL36.43º16.47%66.67%-
HSV(B)36.43º15.22%72.16%-
XYZ40.7142.4837.51-
YUV174.35117.64134.88-

RGB Variations

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

RGB

RED value IS 184 (72.27% from 255) = 35.87%
GREEN value IS 173 (67.97% from 255) = 33.72%
BLUE value IS 156 (61.33% from 255) = 30.41%
R=35.87%
G=33.72%
B=30.41%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.06
Y (Yellow) values IS 0.15
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal18417315600.060.150.2836.4316.4766.67
HexB8AD9C06F1C241043
Octal2702552340617344420103
Binary1011100010101101100111000110111111100100100100001000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B8AD9C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B8AD9C; }

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

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

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

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

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

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

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

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