Html Css Color HEX #BD2E64 Rouge

📋 copy color: '#BD2E64'

red 189 ◦ green 46 ◦ blue 100

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

Shades of Rouge #BD2E64

Tints of Rouge #BD2E64

RGB

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

 GREEN value IS 46 (18.36% from 255) = 13.73%

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

R = 56.42%
G = 13.73%
B = 29.85%

CMYK

 C value IS 0

 M value IS 0.76

 Y value IS 0.47

 K value IS 0.26

RGB Variations

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

Color information

#BD2E64 (or 0xBD2E64) is known color: Rouge. HEX triplet: BD, 2E and 64. RGB value is (189,46,100). Sum of RGB (Red+Green+Blue) = 189+46+100=335 (44% of max value = 765). Red value is 189 (74.22% from 255 or 56.42% from 335); Green value is 46 (18.36% from 255 or 13.73% from 335); Blue value is 100 (39.45% from 255 or 29.85% from 335); Max value from RGB is 189 - color contains mainly: red. Hex color #BD2E64 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #BD2E64 is #42D19B. Grayscale: #5E5E5E. Windows color (decimal): -4379036 or 6565565. OLE color: 6565565.

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

Color convert

RGB 189 46 100 -
CMYK 0 0.76 0.47 0.26
HSL 337.34º 0.61% 0.46% -
HSV(B) 337.34º 0.76% 0.74% -
XYZ 24.26 13.69 13.42 -
YUV 94.91 130.88 195.11 -
System Red Green Blue C M Y K H S L
Decimal 189 46 100 0 0.76 0.47 0.26 337.34 0.61 0.46
Hex BD 2E 64 0 4C 2F 1A 151 3D 2E
Octal 275 56 144 0 114 57 32 521 75 56
Binary 10111101 101110 1100100 0 1001100 101111 11010 101010001 111101 101110

Color Harmonies of #BD2E64

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BD2E64

Black with #BD2E64

Text Example


Text Example

White with #BD2E64

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BD2E64; }

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

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

background-color css

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

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

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

border-color css

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

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

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