Html Css Color HEX #BDA4A4 Dark Gray

📋 copy color: '#BDA4A4'

red 189 ◦ green 164 ◦ blue 164

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

Shades of Dark Gray #BDA4A4

Tints of Dark Gray #BDA4A4

RGB

 RED value IS 189 (74.22% from 255) = 36.56%

 GREEN value IS 164 (64.45% from 255) = 31.72%

 BLUE value IS 164 (64.45% from 255) = 31.72%

R = 36.56%
G = 31.72%
B = 31.72%

CMYK

 C value IS 0

 M value IS 0.13

 Y value IS 0.13

 K value IS 0.26

RGB Variations

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

Color information

#BDA4A4 (or 0xBDA4A4) is known color: Dark Gray. HEX triplet: BD, A4 and A4. RGB value is (189,164,164). Sum of RGB (Red+Green+Blue) = 189+164+164=517 (68% of max value = 765). Red value is 189 (74.22% from 255 or 36.56% from 517); Green value is 164 (64.45% from 255 or 31.72% from 517); Blue value is 164 (64.45% from 255 or 31.72% from 517); Max value from RGB is 189 - color contains mainly: red. Hex color #BDA4A4 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BDA4A4 is #425B5B. Grayscale: #ABABAB. Windows color (decimal): -4348764 or 10790077. OLE color: 10790077.

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

Color convert

RGB 189 164 164 -
CMYK 0 0.13 0.13 0.26
HSL 0.16% 0.69% -
HSV(B) 0.13% 0.74% -
XYZ 40.96 40.05 40.69 -
YUV 171.48 123.78 140.5 -
System Red Green Blue C M Y K H S L
Decimal 189 164 164 0 0.13 0.13 0.26 0 0.16 0.69
Hex BD A4 A4 0 D D 1A 0 10 45
Octal 275 244 244 0 15 15 32 0 20 105
Binary 10111101 10100100 10100100 0 1101 1101 11010 0 10000 1000101

Color Harmonies of #BDA4A4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BDA4A4

Black with #BDA4A4

Text Example


Text Example

White with #BDA4A4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BDA4A4; }

 p { color: rgb(189,164,164); }

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

background-color css

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

 a { background-color: rgb(189,164,164); }

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

border-color css

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

 span { border-color: rgb(189,164,164); }

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