Html Css Color HEX #BD316C Rouge

📋 copy color: '#BD316C'

red 189 ◦ green 49 ◦ blue 108

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

Shades of Rouge #BD316C

Tints of Rouge #BD316C

RGB

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

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

 BLUE value IS 108 (42.58% from 255) = 31.21%

R = 54.62%
G = 14.16%
B = 31.21%

CMYK

 C value IS 0

 M value IS 0.74

 Y value IS 0.43

 K value IS 0.26

RGB Variations

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

Color information

#BD316C (or 0xBD316C) is known color: Rouge. HEX triplet: BD, 31 and 6C. RGB value is (189,49,108). Sum of RGB (Red+Green+Blue) = 189+49+108=346 (45% of max value = 765). Red value is 189 (74.22% from 255 or 54.62% from 346); Green value is 49 (19.53% from 255 or 14.16% from 346); Blue value is 108 (42.58% from 255 or 31.21% from 346); Max value from RGB is 189 - color contains mainly: red. Hex color #BD316C is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #BD316C is #42CE93. Grayscale: #616161. Windows color (decimal): -4378260 or 7090621. OLE color: 7090621.

HSL color Cylindrical-coordinate representation of color #BD316C: hue angle of 334.71º 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 #BD316C is Cyan = 0, Magento = 0.74, Yellow = 0.43 and Black (K on CMYK) = 0.26.

Color convert

RGB 189 49 108 -
CMYK 0 0.74 0.43 0.26
HSL 334.71º 0.59% 0.47% -
HSV(B) 334.71º 0.74% 0.74% -
XYZ 24.79 14.1 15.6 -
YUV 97.59 133.88 193.2 -
System Red Green Blue C M Y K H S L
Decimal 189 49 108 0 0.74 0.43 0.26 334.71 0.59 0.47
Hex BD 31 6C 0 4A 2B 1A 14F 3B 2F
Octal 275 61 154 0 112 53 32 517 73 57
Binary 10111101 110001 1101100 0 1001010 101011 11010 101001111 111011 101111

Color Harmonies of #BD316C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BD316C

Black with #BD316C

Text Example


Text Example

White with #BD316C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BD316C; }

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

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

background-color css

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

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

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

border-color css

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

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

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