Html Css Color HEX #BD2969 Rouge

📋 copy color: '#BD2969'

red 189 ◦ green 41 ◦ blue 105

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

Shades of Rouge #BD2969

Tints of Rouge #BD2969

RGB

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

 GREEN value IS 41 (16.41% from 255) = 12.24%

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

R = 56.42%
G = 12.24%
B = 31.34%

CMYK

 C value IS 0

 M value IS 0.78

 Y value IS 0.44

 K value IS 0.26

RGB Variations

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

Color information

#BD2969 (or 0xBD2969) is known color: Rouge. HEX triplet: BD, 29 and 69. RGB value is (189,41,105). Sum of RGB (Red+Green+Blue) = 189+41+105=335 (44% of max value = 765). Red value is 189 (74.22% from 255 or 56.42% from 335); Green value is 41 (16.41% from 255 or 12.24% from 335); Blue value is 105 (41.41% from 255 or 31.34% from 335); Max value from RGB is 189 - color contains mainly: red. Hex color #BD2969 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #BD2969 is #42D696. Grayscale: #5C5C5C. Windows color (decimal): -4380311 or 6891965. OLE color: 6891965.

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

Color convert

RGB 189 41 105 -
CMYK 0 0.78 0.44 0.26
HSL 334.05º 0.64% 0.45% -
HSV(B) 334.05º 0.78% 0.74% -
XYZ 24.33 13.42 14.67 -
YUV 92.55 135.03 196.8 -
System Red Green Blue C M Y K H S L
Decimal 189 41 105 0 0.78 0.44 0.26 334.05 0.64 0.45
Hex BD 29 69 0 4E 2C 1A 14E 40 2D
Octal 275 51 151 0 116 54 32 516 100 55
Binary 10111101 101001 1101001 0 1001110 101100 11010 101001110 1000000 101101

Color Harmonies of #BD2969

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BD2969

Black with #BD2969

Text Example


Text Example

White with #BD2969

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BD2969; }

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

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

background-color css

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

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

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

border-color css

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

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

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