#B7ABAB

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

Shades of Dark Gray #B7ABAB

Tints of Dark Gray #B7ABAB

Color information

#B7ABAB (or 0xB7ABAB) is unknown color: approx Dark Gray. HEX triplet: B7, AB and AB. RGB value is (183,171,171). Sum of RGB (Red+Green+Blue) = 183+171+171=525 (69% of max value = 765). Red value is 183 (71.88% from 255 or 34.86% from 525); Green value is 171 (67.19% from 255 or 32.57% from 525); Blue value is 171 (67.19% from 255 or 32.57% from 525); Max value from RGB is 183 - color contains mainly: red. Hex color #B7ABAB is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #B7ABAB is #485454. Grayscale: #AEAEAE. Windows color (decimal): -4740181 or 11250615. OLE color: 11250615.

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

Color convert

RGB183171171-
CMYK00.070.070.28
HSL7.69%69.41%-
HSV(B)6.56%71.76%-
XYZ41.4442.1344.48-
YUV174.59125.98134-

RGB Variations

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

RGB

RED value IS 183 (71.88% from 255) = 34.86%
GREEN value IS 171 (67.19% from 255) = 32.57%
BLUE value IS 171 (67.19% from 255) = 32.57%
R=34.86%
G=32.57%
B=32.57%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.07
Y (Yellow) values IS 0.07
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal18317117100.070.070.2807.6969.41
HexB7ABAB0771C0845
Octal26725325307734010105
Binary101101111010101110101011011111111100010001000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B7ABAB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B7ABAB; }

 p { color: rgb(183,171,171); }

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

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

 a { background-color: rgb(183,171,171); }

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

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

 span { border-color: rgb(183,171,171); }

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