Html Css Color HEX #BD3761 Rouge

📋 copy color: '#BD3761'

red 189 ◦ green 55 ◦ blue 97

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

Shades of Rouge #BD3761

Tints of Rouge #BD3761

RGB

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

 GREEN value IS 55 (21.88% from 255) = 16.13%

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

R = 55.43%
G = 16.13%
B = 28.45%

CMYK

 C value IS 0

 M value IS 0.71

 Y value IS 0.49

 K value IS 0.26

RGB Variations

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

Color information

#BD3761 (or 0xBD3761) is known color: Rouge. HEX triplet: BD, 37 and 61. RGB value is (189,55,97). Sum of RGB (Red+Green+Blue) = 189+55+97=341 (45% of max value = 765). Red value is 189 (74.22% from 255 or 55.43% from 341); Green value is 55 (21.88% from 255 or 16.13% from 341); Blue value is 97 (38.28% from 255 or 28.45% from 341); Max value from RGB is 189 - color contains mainly: red. Hex color #BD3761 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #BD3761 is #42C89E. Grayscale: #636363. Windows color (decimal): -4376735 or 6371261. OLE color: 6371261.

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

Color convert

RGB 189 55 97 -
CMYK 0 0.71 0.49 0.26
HSL 341.19º 0.55% 0.48% -
HSV(B) 341.19º 0.71% 0.74% -
XYZ 24.51 14.41 12.8 -
YUV 99.85 126.39 191.58 -
System Red Green Blue C M Y K H S L
Decimal 189 55 97 0 0.71 0.49 0.26 341.19 0.55 0.48
Hex BD 37 61 0 47 31 1A 155 37 30
Octal 275 67 141 0 107 61 32 525 67 60
Binary 10111101 110111 1100001 0 1000111 110001 11010 101010101 110111 110000

Color Harmonies of #BD3761

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BD3761

Black with #BD3761

Text Example


Text Example

White with #BD3761

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BD3761; }

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

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

background-color css

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

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

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

border-color css

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

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

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