Html Css Color HEX #B5ACAC Dark Gray

📋 copy color: '#B5ACAC'

red 181 ◦ green 172 ◦ blue 172

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

Shades of Dark Gray #B5ACAC

Tints of Dark Gray #B5ACAC

RGB

 RED value IS 181 (71.09% from 255) = 34.48%

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

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

R = 34.48%
G = 32.76%
B = 32.76%

CMYK

 C value IS 0

 M value IS 0.05

 Y value IS 0.05

 K value IS 0.29

RGB Variations

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

Color information

#B5ACAC (or 0xB5ACAC) is known color: Dark Gray. HEX triplet: B5, AC and AC. RGB value is (181,172,172). Sum of RGB (Red+Green+Blue) = 181+172+172=525 (69% of max value = 765). Red value is 181 (71.09% from 255 or 34.48% from 525); Green value is 172 (67.58% from 255 or 32.76% from 525); Blue value is 172 (67.58% from 255 or 32.76% from 525); Max value from RGB is 181 - color contains mainly: red. Hex color #B5ACAC is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #B5ACAC is #4A5353. Grayscale: #AEAEAE. Windows color (decimal): -4870996 or 11316405. OLE color: 11316405.

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

Color convert

RGB 181 172 172 -
CMYK 0 0.05 0.05 0.29
HSL 0.06% 0.69% -
HSV(B) 0.05% 0.71% -
XYZ 41.25 42.31 45.02 -
YUV 174.69 126.48 132.5 -
System Red Green Blue C M Y K H S L
Decimal 181 172 172 0 0.05 0.05 0.29 0 0.06 0.69
Hex B5 AC AC 0 5 5 1D 0 6 45
Octal 265 254 254 0 5 5 35 0 6 105
Binary 10110101 10101100 10101100 0 101 101 11101 0 110 1000101

Color Harmonies of #B5ACAC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B5ACAC

Black with #B5ACAC

Text Example


Text Example

White with #B5ACAC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B5ACAC; }

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

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

background-color css

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

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

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

border-color css

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

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

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