Html Css Color HEX #B0ACAC Dark Gray

📋 copy color: '#B0ACAC'

red 176 ◦ green 172 ◦ blue 172

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

Shades of Dark Gray #B0ACAC

Tints of Dark Gray #B0ACAC

RGB

 RED value IS 176 (69.14% from 255) = 33.85%

 GREEN value IS 172 (67.58% from 255) = 33.08%

 BLUE value IS 172 (67.58% from 255) = 33.08%

R = 33.85%
G = 33.08%
B = 33.08%

CMYK

 C value IS 0

 M value IS 0.02

 Y value IS 0.02

 K value IS 0.31

RGB Variations

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

Color information

#B0ACAC (or 0xB0ACAC) is known color: Dark Gray. HEX triplet: B0, AC and AC. RGB value is (176,172,172). Sum of RGB (Red+Green+Blue) = 176+172+172=520 (68% of max value = 765). Red value is 176 (69.14% from 255 or 33.85% from 520); Green value is 172 (67.58% from 255 or 33.08% from 520); Blue value is 172 (67.58% from 255 or 33.08% from 520); Max value from RGB is 176 - color contains mainly: red. Hex color #B0ACAC is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #B0ACAC is #4F5353. Grayscale: #ADADAD. Windows color (decimal): -5198676 or 11316400. OLE color: 11316400.

HSL color Cylindrical-coordinate representation of color #B0ACAC: hue angle of 0º degrees, saturation: 0.02, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.02%. Process color model (Four color, CMYK) of #B0ACAC is Cyan = 0, Magento = 0.02, Yellow = 0.02 and Black (K on CMYK) = 0.31.

Color convert

RGB 176 172 172 -
CMYK 0 0.02 0.02 0.31
HSL 0.02% 0.68% -
HSV(B) 0.02% 0.69% -
XYZ 40.1 41.71 44.97 -
YUV 173.2 127.33 130 -
System Red Green Blue C M Y K H S L
Decimal 176 172 172 0 0.02 0.02 0.31 0 0.02 0.68
Hex B0 AC AC 0 2 2 1F 0 2 44
Octal 260 254 254 0 2 2 37 0 2 104
Binary 10110000 10101100 10101100 0 10 10 11111 0 10 1000100

Color Harmonies of #B0ACAC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B0ACAC

Black with #B0ACAC

Text Example


Text Example

White with #B0ACAC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B0ACAC; }

 p { color: rgb(176,172,172); }

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

background-color css

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

 a { background-color: rgb(176,172,172); }

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

border-color css

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

 span { border-color: rgb(176,172,172); }

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