Html Css Color HEX #BD2C64 Rouge

📋 copy color: '#BD2C64'

red 189 ◦ green 44 ◦ blue 100

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

Shades of Rouge #BD2C64

Tints of Rouge #BD2C64

RGB

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

 GREEN value IS 44 (17.58% from 255) = 13.21%

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

R = 56.76%
G = 13.21%
B = 30.03%

CMYK

 C value IS 0

 M value IS 0.77

 Y value IS 0.47

 K value IS 0.26

RGB Variations

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

Color information

#BD2C64 (or 0xBD2C64) is known color: Rouge. HEX triplet: BD, 2C and 64. RGB value is (189,44,100). Sum of RGB (Red+Green+Blue) = 189+44+100=333 (44% of max value = 765). Red value is 189 (74.22% from 255 or 56.76% from 333); Green value is 44 (17.58% from 255 or 13.21% from 333); Blue value is 100 (39.45% from 255 or 30.03% from 333); Max value from RGB is 189 - color contains mainly: red. Hex color #BD2C64 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #BD2C64 is #42D39B. Grayscale: #5D5D5D. Windows color (decimal): -4379548 or 6565053. OLE color: 6565053.

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

Color convert

RGB 189 44 100 -
CMYK 0 0.77 0.47 0.26
HSL 336.83º 0.62% 0.46% -
HSV(B) 336.83º 0.77% 0.74% -
XYZ 24.19 13.54 13.4 -
YUV 93.74 131.54 195.95 -
System Red Green Blue C M Y K H S L
Decimal 189 44 100 0 0.77 0.47 0.26 336.83 0.62 0.46
Hex BD 2C 64 0 4D 2F 1A 151 3E 2E
Octal 275 54 144 0 115 57 32 521 76 56
Binary 10111101 101100 1100100 0 1001101 101111 11010 101010001 111110 101110

Color Harmonies of #BD2C64

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BD2C64

Black with #BD2C64

Text Example


Text Example

White with #BD2C64

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BD2C64; }

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

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

background-color css

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

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

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

border-color css

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

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

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