Html Css Color HEX #BD316B Rouge

📋 copy color: '#BD316B'

red 189 ◦ green 49 ◦ blue 107

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

Shades of Rouge #BD316B

Tints of Rouge #BD316B

RGB

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

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

 BLUE value IS 107 (42.19% from 255) = 31.01%

R = 54.78%
G = 14.2%
B = 31.01%

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

#BD316B (or 0xBD316B) is known color: Rouge. HEX triplet: BD, 31 and 6B. RGB value is (189,49,107). Sum of RGB (Red+Green+Blue) = 189+49+107=345 (45% of max value = 765). Red value is 189 (74.22% from 255 or 54.78% from 345); Green value is 49 (19.53% from 255 or 14.20% from 345); Blue value is 107 (42.19% from 255 or 31.01% from 345); Max value from RGB is 189 - color contains mainly: red. Hex color #BD316B is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #BD316B is #42CE94. Grayscale: #616161. Windows color (decimal): -4378261 or 7025085. OLE color: 7025085.

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

Color convert

RGB 189 49 107 -
CMYK 0 0.74 0.43 0.26
HSL 335.14º 0.59% 0.47% -
HSV(B) 335.14º 0.74% 0.74% -
XYZ 24.74 14.08 15.32 -
YUV 97.47 133.38 193.28 -
System Red Green Blue C M Y K H S L
Decimal 189 49 107 0 0.74 0.43 0.26 335.14 0.59 0.47
Hex BD 31 6B 0 4A 2B 1A 14F 3B 2F
Octal 275 61 153 0 112 53 32 517 73 57
Binary 10111101 110001 1101011 0 1001010 101011 11010 101001111 111011 101111

Color Harmonies of #BD316B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BD316B

Black with #BD316B

Text Example


Text Example

White with #BD316B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BD316B; }

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

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

background-color css

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

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

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

border-color css

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

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

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