Html Css Color HEX #BD346A Rouge

📋 copy color: '#BD346A'

red 189 ◦ green 52 ◦ blue 106

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

Shades of Rouge #BD346A

Tints of Rouge #BD346A

RGB

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

 GREEN value IS 52 (20.7% from 255) = 14.99%

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

R = 54.47%
G = 14.99%
B = 30.55%

CMYK

 C value IS 0

 M value IS 0.72

 Y value IS 0.44

 K value IS 0.26

RGB Variations

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

Color information

#BD346A (or 0xBD346A) is known color: Rouge. HEX triplet: BD, 34 and 6A. RGB value is (189,52,106). Sum of RGB (Red+Green+Blue) = 189+52+106=347 (45% of max value = 765). Red value is 189 (74.22% from 255 or 54.47% from 347); Green value is 52 (20.70% from 255 or 14.99% from 347); Blue value is 106 (41.80% from 255 or 30.55% from 347); Max value from RGB is 189 - color contains mainly: red. Hex color #BD346A is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #BD346A is #42CB95. Grayscale: #636363. Windows color (decimal): -4377494 or 6960317. OLE color: 6960317.

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

Color convert

RGB 189 52 106 -
CMYK 0 0.72 0.44 0.26
HSL 336.35º 0.57% 0.47% -
HSV(B) 336.35º 0.72% 0.74% -
XYZ 24.82 14.32 15.09 -
YUV 99.12 131.89 192.11 -
System Red Green Blue C M Y K H S L
Decimal 189 52 106 0 0.72 0.44 0.26 336.35 0.57 0.47
Hex BD 34 6A 0 48 2C 1A 150 39 2F
Octal 275 64 152 0 110 54 32 520 71 57
Binary 10111101 110100 1101010 0 1001000 101100 11010 101010000 111001 101111

Color Harmonies of #BD346A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BD346A

Black with #BD346A

Text Example


Text Example

White with #BD346A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BD346A; }

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

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

background-color css

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

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

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

border-color css

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

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

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