Html Css Color HEX #BD3461 Rouge

📋 copy color: '#BD3461'

red 189 ◦ green 52 ◦ blue 97

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

Shades of Rouge #BD3461

Tints of Rouge #BD3461

RGB

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

 GREEN value IS 52 (20.7% from 255) = 15.38%

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

R = 55.92%
G = 15.38%
B = 28.7%

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

#BD3461 (or 0xBD3461) is known color: Rouge. HEX triplet: BD, 34 and 61. RGB value is (189,52,97). Sum of RGB (Red+Green+Blue) = 189+52+97=338 (44% of max value = 765). Red value is 189 (74.22% from 255 or 55.92% from 338); Green value is 52 (20.70% from 255 or 15.38% from 338); Blue value is 97 (38.28% from 255 or 28.70% from 338); Max value from RGB is 189 - color contains mainly: red. Hex color #BD3461 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #BD3461 is #42CB9E. Grayscale: #626262. Windows color (decimal): -4377503 or 6370493. OLE color: 6370493.

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

Color convert

RGB 189 52 97 -
CMYK 0 0.72 0.49 0.26
HSL 340.29º 0.57% 0.47% -
HSV(B) 340.29º 0.72% 0.74% -
XYZ 24.37 14.14 12.75 -
YUV 98.09 127.39 192.84 -
System Red Green Blue C M Y K H S L
Decimal 189 52 97 0 0.72 0.49 0.26 340.29 0.57 0.47
Hex BD 34 61 0 48 31 1A 154 39 2F
Octal 275 64 141 0 110 61 32 524 71 57
Binary 10111101 110100 1100001 0 1001000 110001 11010 101010100 111001 101111

Color Harmonies of #BD3461

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BD3461

Black with #BD3461

Text Example


Text Example

White with #BD3461

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BD3461; }

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

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

background-color css

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

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

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

border-color css

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

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

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