Html Css Color HEX #BD316D Rouge

📋 copy color: '#BD316D'

red 189 ◦ green 49 ◦ blue 109

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

Shades of Rouge #BD316D

Tints of Rouge #BD316D

RGB

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

 GREEN value IS 49 (19.53% from 255) = 14.12%

 BLUE value IS 109 (42.97% from 255) = 31.41%

R = 54.47%
G = 14.12%
B = 31.41%

CMYK

 C value IS 0

 M value IS 0.74

 Y value IS 0.42

 K value IS 0.26

RGB Variations

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

Color information

#BD316D (or 0xBD316D) is known color: Rouge. HEX triplet: BD, 31 and 6D. RGB value is (189,49,109). Sum of RGB (Red+Green+Blue) = 189+49+109=347 (45% of max value = 765). Red value is 189 (74.22% from 255 or 54.47% from 347); Green value is 49 (19.53% from 255 or 14.12% from 347); Blue value is 109 (42.97% from 255 or 31.41% from 347); Max value from RGB is 189 - color contains mainly: red. Hex color #BD316D is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #BD316D is #42CE92. Grayscale: #616161. Windows color (decimal): -4378259 or 7156157. OLE color: 7156157.

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

Color convert

RGB 189 49 109 -
CMYK 0 0.74 0.42 0.26
HSL 334.29º 0.59% 0.47% -
HSV(B) 334.29º 0.74% 0.74% -
XYZ 24.84 14.12 15.88 -
YUV 97.7 134.38 193.12 -
System Red Green Blue C M Y K H S L
Decimal 189 49 109 0 0.74 0.42 0.26 334.29 0.59 0.47
Hex BD 31 6D 0 4A 2A 1A 14E 3B 2F
Octal 275 61 155 0 112 52 32 516 73 57
Binary 10111101 110001 1101101 0 1001010 101010 11010 101001110 111011 101111

Color Harmonies of #BD316D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BD316D

Black with #BD316D

Text Example


Text Example

White with #BD316D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BD316D; }

 p { color: rgb(189,49,109); }

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

background-color css

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

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

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

border-color css

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

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

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