Html Css Color HEX #BD376A Rouge

📋 copy color: '#BD376A'

red 189 ◦ green 55 ◦ blue 106

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

Shades of Rouge #BD376A

Tints of Rouge #BD376A

RGB

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

 GREEN value IS 55 (21.88% from 255) = 15.71%

 BLUE value IS 106 (41.8% from 255) = 30.29%

R = 54%
G = 15.71%
B = 30.29%

CMYK

 C value IS 0

 M value IS 0.71

 Y value IS 0.44

 K value IS 0.26

RGB Variations

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

Color information

#BD376A (or 0xBD376A) is known color: Rouge. HEX triplet: BD, 37 and 6A. RGB value is (189,55,106). Sum of RGB (Red+Green+Blue) = 189+55+106=350 (46% of max value = 765). Red value is 189 (74.22% from 255 or 54% from 350); Green value is 55 (21.88% from 255 or 15.71% from 350); Blue value is 106 (41.80% from 255 or 30.29% from 350); Max value from RGB is 189 - color contains mainly: red. Hex color #BD376A is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #BD376A is #42C895. Grayscale: #646464. Windows color (decimal): -4376726 or 6961085. OLE color: 6961085.

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

Color convert

RGB 189 55 106 -
CMYK 0 0.71 0.44 0.26
HSL 337.16º 0.55% 0.48% -
HSV(B) 337.16º 0.71% 0.74% -
XYZ 24.95 14.59 15.14 -
YUV 100.88 130.89 190.85 -
System Red Green Blue C M Y K H S L
Decimal 189 55 106 0 0.71 0.44 0.26 337.16 0.55 0.48
Hex BD 37 6A 0 47 2C 1A 151 37 30
Octal 275 67 152 0 107 54 32 521 67 60
Binary 10111101 110111 1101010 0 1000111 101100 11010 101010001 110111 110000

Color Harmonies of #BD376A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BD376A

Black with #BD376A

Text Example


Text Example

White with #BD376A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BD376A; }

 p { color: rgb(189,55,106); }

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

background-color css

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

 a { background-color: rgb(189,55,106); }

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

border-color css

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

 span { border-color: rgb(189,55,106); }

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