Html Css Color HEX #BD326A Rouge

📋 copy color: '#BD326A'

red 189 ◦ green 50 ◦ blue 106

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

Shades of Rouge #BD326A

Tints of Rouge #BD326A

RGB

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

 GREEN value IS 50 (19.92% from 255) = 14.49%

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

R = 54.78%
G = 14.49%
B = 30.72%

CMYK

 C value IS 0

 M value IS 0.74

 Y value IS 0.44

 K value IS 0.26

RGB Variations

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

Color information

#BD326A (or 0xBD326A) is known color: Rouge. HEX triplet: BD, 32 and 6A. RGB value is (189,50,106). Sum of RGB (Red+Green+Blue) = 189+50+106=345 (45% of max value = 765). Red value is 189 (74.22% from 255 or 54.78% from 345); Green value is 50 (19.92% from 255 or 14.49% from 345); Blue value is 106 (41.80% from 255 or 30.72% from 345); Max value from RGB is 189 - color contains mainly: red. Hex color #BD326A is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #BD326A is #42CD95. Grayscale: #616161. Windows color (decimal): -4378006 or 6959805. OLE color: 6959805.

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

Color convert

RGB 189 50 106 -
CMYK 0 0.74 0.44 0.26
HSL 335.83º 0.58% 0.47% -
HSV(B) 335.83º 0.74% 0.74% -
XYZ 24.73 14.14 15.06 -
YUV 97.95 132.55 192.95 -
System Red Green Blue C M Y K H S L
Decimal 189 50 106 0 0.74 0.44 0.26 335.83 0.58 0.47
Hex BD 32 6A 0 4A 2C 1A 150 3A 2F
Octal 275 62 152 0 112 54 32 520 72 57
Binary 10111101 110010 1101010 0 1001010 101100 11010 101010000 111010 101111

Color Harmonies of #BD326A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BD326A

Black with #BD326A

Text Example


Text Example

White with #BD326A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BD326A; }

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

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

background-color css

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

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

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

border-color css

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

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

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