Html Css Color HEX #BD2968 Rouge

📋 copy color: '#BD2968'

red 189 ◦ green 41 ◦ blue 104

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

Shades of Rouge #BD2968

Tints of Rouge #BD2968

RGB

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

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

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

R = 56.59%
G = 12.28%
B = 31.14%

CMYK

 C value IS 0

 M value IS 0.78

 Y value IS 0.45

 K value IS 0.26

RGB Variations

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

Color information

#BD2968 (or 0xBD2968) is known color: Rouge. HEX triplet: BD, 29 and 68. RGB value is (189,41,104). Sum of RGB (Red+Green+Blue) = 189+41+104=334 (44% of max value = 765). Red value is 189 (74.22% from 255 or 56.59% from 334); Green value is 41 (16.41% from 255 or 12.28% from 334); Blue value is 104 (41.02% from 255 or 31.14% from 334); Max value from RGB is 189 - color contains mainly: red. Hex color #BD2968 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #BD2968 is #42D697. Grayscale: #5C5C5C. Windows color (decimal): -4380312 or 6826429. OLE color: 6826429.

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

Color convert

RGB 189 41 104 -
CMYK 0 0.78 0.45 0.26
HSL 334.46º 0.64% 0.45% -
HSV(B) 334.46º 0.78% 0.74% -
XYZ 24.28 13.4 14.4 -
YUV 92.43 134.53 196.88 -
System Red Green Blue C M Y K H S L
Decimal 189 41 104 0 0.78 0.45 0.26 334.46 0.64 0.45
Hex BD 29 68 0 4E 2D 1A 14E 40 2D
Octal 275 51 150 0 116 55 32 516 100 55
Binary 10111101 101001 1101000 0 1001110 101101 11010 101001110 1000000 101101

Color Harmonies of #BD2968

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BD2968

Black with #BD2968

Text Example


Text Example

White with #BD2968

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BD2968; }

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

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

background-color css

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

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

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

border-color css

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

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

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