Html Css Color HEX #BD2869 Rouge

📋 copy color: '#BD2869'

red 189 ◦ green 40 ◦ blue 105

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

Shades of Rouge #BD2869

Tints of Rouge #BD2869

RGB

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

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

 BLUE value IS 105 (41.41% from 255) = 31.44%

R = 56.59%
G = 11.98%
B = 31.44%

CMYK

 C value IS 0

 M value IS 0.79

 Y value IS 0.44

 K value IS 0.26

RGB Variations

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

Color information

#BD2869 (or 0xBD2869) is known color: Rouge. HEX triplet: BD, 28 and 69. RGB value is (189,40,105). Sum of RGB (Red+Green+Blue) = 189+40+105=334 (44% of max value = 765). Red value is 189 (74.22% from 255 or 56.59% from 334); Green value is 40 (16.02% from 255 or 11.98% from 334); Blue value is 105 (41.41% from 255 or 31.44% from 334); Max value from RGB is 189 - color contains mainly: red. Hex color #BD2869 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #BD2869 is #42D796. Grayscale: #5B5B5B. Windows color (decimal): -4380567 or 6891709. OLE color: 6891709.

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

Color convert

RGB 189 40 105 -
CMYK 0 0.79 0.44 0.26
HSL 333.83º 0.65% 0.45% -
HSV(B) 333.83º 0.79% 0.74% -
XYZ 24.29 13.36 14.66 -
YUV 91.96 135.36 197.21 -
System Red Green Blue C M Y K H S L
Decimal 189 40 105 0 0.79 0.44 0.26 333.83 0.65 0.45
Hex BD 28 69 0 4F 2C 1A 14E 41 2D
Octal 275 50 151 0 117 54 32 516 101 55
Binary 10111101 101000 1101001 0 1001111 101100 11010 101001110 1000001 101101

Color Harmonies of #BD2869

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BD2869

Black with #BD2869

Text Example


Text Example

White with #BD2869

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BD2869; }

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

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

background-color css

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

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

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

border-color css

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

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

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