Html Css Color HEX #B3B0B0 Dark Gray

📋 copy color: '#B3B0B0'

red 179 ◦ green 176 ◦ blue 176

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

Shades of Dark Gray #B3B0B0

Tints of Dark Gray #B3B0B0

RGB

 RED value IS 179 (70.31% from 255) = 33.71%

 GREEN value IS 176 (69.14% from 255) = 33.15%

 BLUE value IS 176 (69.14% from 255) = 33.15%

R = 33.71%
G = 33.15%
B = 33.15%

CMYK

 C value IS 0

 M value IS 0.02

 Y value IS 0.02

 K value IS 0.30

RGB Variations

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

Color information

#B3B0B0 (or 0xB3B0B0) is known color: Dark Gray. HEX triplet: B3, B0 and B0. RGB value is (179,176,176). Sum of RGB (Red+Green+Blue) = 179+176+176=531 (70% of max value = 765). Red value is 179 (70.31% from 255 or 33.71% from 531); Green value is 176 (69.14% from 255 or 33.15% from 531); Blue value is 176 (69.14% from 255 or 33.15% from 531); Max value from RGB is 179 - color contains mainly: red. Hex color #B3B0B0 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #B3B0B0 is #4C4F4F. Grayscale: #B0B0B0. Windows color (decimal): -5001040 or 11579571. OLE color: 11579571.

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

Color convert

RGB 179 176 176 -
CMYK 0 0.02 0.02 0.30
HSL 0.02% 0.7% -
HSV(B) 0.02% 0.7% -
XYZ 41.95 43.77 47.31 -
YUV 176.9 127.49 129.5 -
System Red Green Blue C M Y K H S L
Decimal 179 176 176 0 0.02 0.02 0.30 0 0.02 0.7
Hex B3 B0 B0 0 2 2 1E 0 2 46
Octal 263 260 260 0 2 2 36 0 2 106
Binary 10110011 10110000 10110000 0 10 10 11110 0 10 1000110

Color Harmonies of #B3B0B0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B3B0B0

Black with #B3B0B0

Text Example


Text Example

White with #B3B0B0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B3B0B0; }

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

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

background-color css

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

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

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

border-color css

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

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

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