Html Css Color HEX #B8B1A0 Akaroa

📋 copy color: '#B8B1A0'

red 184 ◦ green 177 ◦ blue 160

#B8B1A0
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Akaroa #B8B1A0

Tints of Akaroa #B8B1A0

RGB

 RED value IS 184 (72.27% from 255) = 35.32%

 GREEN value IS 177 (69.53% from 255) = 33.97%

 BLUE value IS 160 (62.89% from 255) = 30.71%

R = 35.32%
G = 33.97%
B = 30.71%

CMYK

 C value IS 0

 M value IS 0.04

 Y value IS 0.13

 K value IS 0.28

RGB Variations

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

Color information

#B8B1A0 (or 0xB8B1A0) is known color: Akaroa. HEX triplet: B8, B1 and A0. RGB value is (184,177,160). Sum of RGB (Red+Green+Blue) = 184+177+160=521 (69% of max value = 765). Red value is 184 (72.27% from 255 or 35.32% from 521); Green value is 177 (69.53% from 255 or 33.97% from 521); Blue value is 160 (62.89% from 255 or 30.71% from 521); Max value from RGB is 184 - color contains mainly: red. Hex color #B8B1A0 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #B8B1A0 is #474E5F. Grayscale: #B1B1B1. Windows color (decimal): -4673120 or 10531256. OLE color: 10531256.

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

Color convert

RGB 184 177 160 -
CMYK 0 0.04 0.13 0.28
HSL 42.5º 0.14% 0.67% -
HSV(B) 42.5º 0.13% 0.72% -
XYZ 41.83 44.17 39.58 -
YUV 177.16 118.32 132.88 -
System Red Green Blue C M Y K H S L
Decimal 184 177 160 0 0.04 0.13 0.28 42.5 0.14 0.67
Hex B8 B1 A0 0 4 D 1C 2A E 43
Octal 270 261 240 0 4 15 34 52 16 103
Binary 10111000 10110001 10100000 0 100 1101 11100 101010 1110 1000011

Color Harmonies of #B8B1A0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B8B1A0

Black with #B8B1A0

Text Example


Text Example

White with #B8B1A0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B8B1A0; }

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

 H1.HeaderClassName
 {
   color: #B8B1A0;
 }
 .AnyTagClassName
 {
   color: #B8B1A0;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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