Html Css Color HEX #BD3462 Rouge

📋 copy color: '#BD3462'

red 189 ◦ green 52 ◦ blue 98

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

Shades of Rouge #BD3462

Tints of Rouge #BD3462

RGB

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

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

 BLUE value IS 98 (38.67% from 255) = 28.91%

R = 55.75%
G = 15.34%
B = 28.91%

CMYK

 C value IS 0

 M value IS 0.72

 Y value IS 0.48

 K value IS 0.26

RGB Variations

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

Color information

#BD3462 (or 0xBD3462) is known color: Rouge. HEX triplet: BD, 34 and 62. RGB value is (189,52,98). Sum of RGB (Red+Green+Blue) = 189+52+98=339 (44% of max value = 765). Red value is 189 (74.22% from 255 or 55.75% from 339); Green value is 52 (20.70% from 255 or 15.34% from 339); Blue value is 98 (38.67% from 255 or 28.91% from 339); Max value from RGB is 189 - color contains mainly: red. Hex color #BD3462 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #BD3462 is #42CB9D. Grayscale: #626262. Windows color (decimal): -4377502 or 6436029. OLE color: 6436029.

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

Color convert

RGB 189 52 98 -
CMYK 0 0.72 0.48 0.26
HSL 339.85º 0.57% 0.47% -
HSV(B) 339.85º 0.72% 0.74% -
XYZ 24.42 14.16 13 -
YUV 98.21 127.89 192.76 -
System Red Green Blue C M Y K H S L
Decimal 189 52 98 0 0.72 0.48 0.26 339.85 0.57 0.47
Hex BD 34 62 0 48 30 1A 154 39 2F
Octal 275 64 142 0 110 60 32 524 71 57
Binary 10111101 110100 1100010 0 1001000 110000 11010 101010100 111001 101111

Color Harmonies of #BD3462

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BD3462

Black with #BD3462

Text Example


Text Example

White with #BD3462

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BD3462; }

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

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

background-color css

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

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

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

border-color css

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

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

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