Html Css Color HEX #BD2868 Rouge

📋 copy color: '#BD2868'

red 189 ◦ green 40 ◦ blue 104

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

Shades of Rouge #BD2868

Tints of Rouge #BD2868

RGB

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

 GREEN value IS 40 (16.02% from 255) = 12.01%

 BLUE value IS 104 (41.02% from 255) = 31.23%

R = 56.76%
G = 12.01%
B = 31.23%

CMYK

 C value IS 0

 M value IS 0.79

 Y value IS 0.45

 K value IS 0.26

RGB Variations

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

Color information

#BD2868 (or 0xBD2868) is known color: Rouge. HEX triplet: BD, 28 and 68. RGB value is (189,40,104). Sum of RGB (Red+Green+Blue) = 189+40+104=333 (44% of max value = 765). Red value is 189 (74.22% from 255 or 56.76% from 333); Green value is 40 (16.02% from 255 or 12.01% from 333); Blue value is 104 (41.02% from 255 or 31.23% from 333); Max value from RGB is 189 - color contains mainly: red. Hex color #BD2868 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #BD2868 is #42D797. Grayscale: #5B5B5B. Windows color (decimal): -4380568 or 6826173. OLE color: 6826173.

HSL color Cylindrical-coordinate representation of color #BD2868: hue angle of 334.23º degrees, saturation: 0.65, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #BD2868 is Cyan = 0, Magento = 0.79, Yellow = 0.45 and Black (K on CMYK) = 0.26.

Color convert

RGB 189 40 104 -
CMYK 0 0.79 0.45 0.26
HSL 334.23º 0.65% 0.45% -
HSV(B) 334.23º 0.79% 0.74% -
XYZ 24.24 13.34 14.39 -
YUV 91.85 134.86 197.3 -
System Red Green Blue C M Y K H S L
Decimal 189 40 104 0 0.79 0.45 0.26 334.23 0.65 0.45
Hex BD 28 68 0 4F 2D 1A 14E 41 2D
Octal 275 50 150 0 117 55 32 516 101 55
Binary 10111101 101000 1101000 0 1001111 101101 11010 101001110 1000001 101101

Color Harmonies of #BD2868

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BD2868

Black with #BD2868

Text Example


Text Example

White with #BD2868

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BD2868; }

 p { color: rgb(189,40,104); }

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

background-color css

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

 a { background-color: rgb(189,40,104); }

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

border-color css

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

 span { border-color: rgb(189,40,104); }

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