Html Css Color HEX #BD3764 Rouge

📋 copy color: '#BD3764'

red 189 ◦ green 55 ◦ blue 100

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

Shades of Rouge #BD3764

Tints of Rouge #BD3764

RGB

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

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

 BLUE value IS 100 (39.45% from 255) = 29.07%

R = 54.94%
G = 15.99%
B = 29.07%

CMYK

 C value IS 0

 M value IS 0.71

 Y value IS 0.47

 K value IS 0.26

RGB Variations

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

Color information

#BD3764 (or 0xBD3764) is known color: Rouge. HEX triplet: BD, 37 and 64. RGB value is (189,55,100). Sum of RGB (Red+Green+Blue) = 189+55+100=344 (45% of max value = 765). Red value is 189 (74.22% from 255 or 54.94% from 344); Green value is 55 (21.88% from 255 or 15.99% from 344); Blue value is 100 (39.45% from 255 or 29.07% from 344); Max value from RGB is 189 - color contains mainly: red. Hex color #BD3764 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #BD3764 is #42C89B. Grayscale: #646464. Windows color (decimal): -4376732 or 6567869. OLE color: 6567869.

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

Color convert

RGB 189 55 100 -
CMYK 0 0.71 0.47 0.26
HSL 339.85º 0.55% 0.48% -
HSV(B) 339.85º 0.71% 0.74% -
XYZ 24.65 14.47 13.55 -
YUV 100.2 127.89 191.34 -
System Red Green Blue C M Y K H S L
Decimal 189 55 100 0 0.71 0.47 0.26 339.85 0.55 0.48
Hex BD 37 64 0 47 2F 1A 154 37 30
Octal 275 67 144 0 107 57 32 524 67 60
Binary 10111101 110111 1100100 0 1000111 101111 11010 101010100 110111 110000

Color Harmonies of #BD3764

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BD3764

Black with #BD3764

Text Example


Text Example

White with #BD3764

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BD3764; }

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

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

background-color css

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

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

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

border-color css

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

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

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