#B8AE9C

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

Shades of Akaroa #B8AE9C

Tints of Akaroa #B8AE9C

Color information

#B8AE9C (or 0xB8AE9C) is unknown color: approx Akaroa. HEX triplet: B8, AE and 9C. RGB value is (184,174,156). Sum of RGB (Red+Green+Blue) = 184+174+156=514 (68% of max value = 765). Red value is 184 (72.27% from 255 or 35.80% from 514); Green value is 174 (68.36% from 255 or 33.85% from 514); Blue value is 156 (61.33% from 255 or 30.35% from 514); Max value from RGB is 184 - color contains mainly: red. Hex color #B8AE9C is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #B8AE9C is #475163. Grayscale: #AFAFAF. Windows color (decimal): -4673892 or 10268344. OLE color: 10268344.

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

Color convert

RGB184174156-
CMYK00.050.150.28
HSL38.57º16.47%66.67%-
HSV(B)38.57º15.22%72.16%-
XYZ40.942.8637.57-
YUV174.94117.31134.46-

RGB Variations

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

RGB

RED value IS 184 (72.27% from 255) = 35.80%
GREEN value IS 174 (68.36% from 255) = 33.85%
BLUE value IS 156 (61.33% from 255) = 30.35%
R=35.80%
G=33.85%
B=30.35%

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
Decimal18417415600.050.150.2838.5716.4766.67
HexB8AE9C05F1C271043
Octal2702562340517344720103
Binary1011100010101110100111000101111111100100111100001000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B8AE9C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B8AE9C; }

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

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

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

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

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

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

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

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