Html Css Color HEX #BD326D Rouge

📋 copy color: '#BD326D'

red 189 ◦ green 50 ◦ blue 109

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

Shades of Rouge #BD326D

Tints of Rouge #BD326D

RGB

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

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

 BLUE value IS 109 (42.97% from 255) = 31.32%

R = 54.31%
G = 14.37%
B = 31.32%

CMYK

 C value IS 0

 M value IS 0.74

 Y value IS 0.42

 K value IS 0.26

RGB Variations

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

Color information

#BD326D (or 0xBD326D) is known color: Rouge. HEX triplet: BD, 32 and 6D. RGB value is (189,50,109). Sum of RGB (Red+Green+Blue) = 189+50+109=348 (46% of max value = 765). Red value is 189 (74.22% from 255 or 54.31% from 348); Green value is 50 (19.92% from 255 or 14.37% from 348); Blue value is 109 (42.97% from 255 or 31.32% from 348); Max value from RGB is 189 - color contains mainly: red. Hex color #BD326D is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #BD326D is #42CD92. Grayscale: #626262. Windows color (decimal): -4378003 or 7156413. OLE color: 7156413.

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

Color convert

RGB 189 50 109 -
CMYK 0 0.74 0.42 0.26
HSL 334.53º 0.58% 0.47% -
HSV(B) 334.53º 0.74% 0.74% -
XYZ 24.89 14.2 15.9 -
YUV 98.29 134.05 192.7 -
System Red Green Blue C M Y K H S L
Decimal 189 50 109 0 0.74 0.42 0.26 334.53 0.58 0.47
Hex BD 32 6D 0 4A 2A 1A 14F 3A 2F
Octal 275 62 155 0 112 52 32 517 72 57
Binary 10111101 110010 1101101 0 1001010 101010 11010 101001111 111010 101111

Color Harmonies of #BD326D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BD326D

Black with #BD326D

Text Example


Text Example

White with #BD326D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BD326D; }

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

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

background-color css

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

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

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

border-color css

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

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

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