Html Css Color HEX #BD3561 Rouge

📋 copy color: '#BD3561'

red 189 ◦ green 53 ◦ blue 97

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

Shades of Rouge #BD3561

Tints of Rouge #BD3561

RGB

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

 GREEN value IS 53 (21.09% from 255) = 15.63%

 BLUE value IS 97 (38.28% from 255) = 28.61%

R = 55.75%
G = 15.63%
B = 28.61%

CMYK

 C value IS 0

 M value IS 0.72

 Y value IS 0.49

 K value IS 0.26

RGB Variations

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

Color information

#BD3561 (or 0xBD3561) is known color: Rouge. HEX triplet: BD, 35 and 61. RGB value is (189,53,97). Sum of RGB (Red+Green+Blue) = 189+53+97=339 (44% of max value = 765). Red value is 189 (74.22% from 255 or 55.75% from 339); Green value is 53 (21.09% from 255 or 15.63% from 339); Blue value is 97 (38.28% from 255 or 28.61% from 339); Max value from RGB is 189 - color contains mainly: red. Hex color #BD3561 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #BD3561 is #42CA9E. Grayscale: #626262. Windows color (decimal): -4377247 or 6370749. OLE color: 6370749.

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

Color convert

RGB 189 53 97 -
CMYK 0 0.72 0.49 0.26
HSL 340.59º 0.56% 0.47% -
HSV(B) 340.59º 0.72% 0.74% -
XYZ 24.42 14.23 12.77 -
YUV 98.68 127.06 192.42 -
System Red Green Blue C M Y K H S L
Decimal 189 53 97 0 0.72 0.49 0.26 340.59 0.56 0.47
Hex BD 35 61 0 48 31 1A 155 38 2F
Octal 275 65 141 0 110 61 32 525 70 57
Binary 10111101 110101 1100001 0 1001000 110001 11010 101010101 111000 101111

Color Harmonies of #BD3561

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BD3561

Black with #BD3561

Text Example


Text Example

White with #BD3561

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BD3561; }

 p { color: rgb(189,53,97); }

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

background-color css

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

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

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

border-color css

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

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

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