Html Css Color HEX #BD3560 Rouge

📋 copy color: '#BD3560'

red 189 ◦ green 53 ◦ blue 96

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

Shades of Rouge #BD3560

Tints of Rouge #BD3560

RGB

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

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

 BLUE value IS 96 (37.89% from 255) = 28.4%

R = 55.92%
G = 15.68%
B = 28.4%

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

#BD3560 (or 0xBD3560) is known color: Rouge. HEX triplet: BD, 35 and 60. RGB value is (189,53,96). Sum of RGB (Red+Green+Blue) = 189+53+96=338 (44% of max value = 765). Red value is 189 (74.22% from 255 or 55.92% from 338); Green value is 53 (21.09% from 255 or 15.68% from 338); Blue value is 96 (37.89% from 255 or 28.40% from 338); Max value from RGB is 189 - color contains mainly: red. Hex color #BD3560 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #BD3560 is #42CA9F. Grayscale: #626262. Windows color (decimal): -4377248 or 6305213. OLE color: 6305213.

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

Color convert

RGB 189 53 96 -
CMYK 0 0.72 0.49 0.26
HSL 341.03º 0.56% 0.47% -
HSV(B) 341.03º 0.72% 0.74% -
XYZ 24.37 14.21 12.52 -
YUV 98.57 126.56 192.5 -
System Red Green Blue C M Y K H S L
Decimal 189 53 96 0 0.72 0.49 0.26 341.03 0.56 0.47
Hex BD 35 60 0 48 31 1A 155 38 2F
Octal 275 65 140 0 110 61 32 525 70 57
Binary 10111101 110101 1100000 0 1001000 110001 11010 101010101 111000 101111

Color Harmonies of #BD3560

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BD3560

Black with #BD3560

Text Example


Text Example

White with #BD3560

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BD3560; }

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

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

background-color css

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

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

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

border-color css

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

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

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