Html Css Color HEX #BD3367 Rouge

📋 copy color: '#BD3367'

red 189 ◦ green 51 ◦ blue 103

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

Shades of Rouge #BD3367

Tints of Rouge #BD3367

RGB

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

 GREEN value IS 51 (20.31% from 255) = 14.87%

 BLUE value IS 103 (40.63% from 255) = 30.03%

R = 55.1%
G = 14.87%
B = 30.03%

CMYK

 C value IS 0

 M value IS 0.73

 Y value IS 0.46

 K value IS 0.26

RGB Variations

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

Color information

#BD3367 (or 0xBD3367) is known color: Rouge. HEX triplet: BD, 33 and 67. RGB value is (189,51,103). Sum of RGB (Red+Green+Blue) = 189+51+103=343 (45% of max value = 765). Red value is 189 (74.22% from 255 or 55.10% from 343); Green value is 51 (20.31% from 255 or 14.87% from 343); Blue value is 103 (40.62% from 255 or 30.03% from 343); Max value from RGB is 189 - color contains mainly: red. Hex color #BD3367 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #BD3367 is #42CC98. Grayscale: #626262. Windows color (decimal): -4377753 or 6763453. OLE color: 6763453.

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

Color convert

RGB 189 51 103 -
CMYK 0 0.73 0.46 0.26
HSL 337.39º 0.58% 0.47% -
HSV(B) 337.39º 0.73% 0.74% -
XYZ 24.62 14.17 14.27 -
YUV 98.19 130.72 192.77 -
System Red Green Blue C M Y K H S L
Decimal 189 51 103 0 0.73 0.46 0.26 337.39 0.58 0.47
Hex BD 33 67 0 49 2E 1A 151 3A 2F
Octal 275 63 147 0 111 56 32 521 72 57
Binary 10111101 110011 1100111 0 1001001 101110 11010 101010001 111010 101111

Color Harmonies of #BD3367

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BD3367

Black with #BD3367

Text Example


Text Example

White with #BD3367

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BD3367; }

 p { color: rgb(189,51,103); }

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

background-color css

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

 a { background-color: rgb(189,51,103); }

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

border-color css

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

 span { border-color: rgb(189,51,103); }

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