Html Css Color HEX #BD326C Rouge

📋 copy color: '#BD326C'

red 189 ◦ green 50 ◦ blue 108

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

Shades of Rouge #BD326C

Tints of Rouge #BD326C

RGB

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

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

 BLUE value IS 108 (42.58% from 255) = 31.12%

R = 54.47%
G = 14.41%
B = 31.12%

CMYK

 C value IS 0

 M value IS 0.74

 Y value IS 0.43

 K value IS 0.26

RGB Variations

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

Color information

#BD326C (or 0xBD326C) is known color: Rouge. HEX triplet: BD, 32 and 6C. RGB value is (189,50,108). Sum of RGB (Red+Green+Blue) = 189+50+108=347 (45% of max value = 765). Red value is 189 (74.22% from 255 or 54.47% from 347); Green value is 50 (19.92% from 255 or 14.41% from 347); Blue value is 108 (42.58% from 255 or 31.12% from 347); Max value from RGB is 189 - color contains mainly: red. Hex color #BD326C is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #BD326C is #42CD93. Grayscale: #626262. Windows color (decimal): -4378004 or 7090877. OLE color: 7090877.

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

Color convert

RGB 189 50 108 -
CMYK 0 0.74 0.43 0.26
HSL 334.96º 0.58% 0.47% -
HSV(B) 334.96º 0.74% 0.74% -
XYZ 24.83 14.18 15.62 -
YUV 98.17 133.55 192.78 -
System Red Green Blue C M Y K H S L
Decimal 189 50 108 0 0.74 0.43 0.26 334.96 0.58 0.47
Hex BD 32 6C 0 4A 2B 1A 14F 3A 2F
Octal 275 62 154 0 112 53 32 517 72 57
Binary 10111101 110010 1101100 0 1001010 101011 11010 101001111 111010 101111

Color Harmonies of #BD326C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BD326C

Black with #BD326C

Text Example


Text Example

White with #BD326C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BD326C; }

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

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

background-color css

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

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

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

border-color css

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

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

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