Html Css Color HEX #BD3369 Rouge

📋 copy color: '#BD3369'

red 189 ◦ green 51 ◦ blue 105

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

Shades of Rouge #BD3369

Tints of Rouge #BD3369

RGB

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

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

 BLUE value IS 105 (41.41% from 255) = 30.43%

R = 54.78%
G = 14.78%
B = 30.43%

CMYK

 C value IS 0

 M value IS 0.73

 Y value IS 0.44

 K value IS 0.26

RGB Variations

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

Color information

#BD3369 (or 0xBD3369) is known color: Rouge. HEX triplet: BD, 33 and 69. RGB value is (189,51,105). Sum of RGB (Red+Green+Blue) = 189+51+105=345 (45% of max value = 765). Red value is 189 (74.22% from 255 or 54.78% from 345); Green value is 51 (20.31% from 255 or 14.78% from 345); Blue value is 105 (41.41% from 255 or 30.43% from 345); Max value from RGB is 189 - color contains mainly: red. Hex color #BD3369 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #BD3369 is #42CC96. Grayscale: #626262. Windows color (decimal): -4377751 or 6894525. OLE color: 6894525.

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

Color convert

RGB 189 51 105 -
CMYK 0 0.73 0.44 0.26
HSL 336.52º 0.58% 0.47% -
HSV(B) 336.52º 0.73% 0.74% -
XYZ 24.72 14.21 14.8 -
YUV 98.42 131.72 192.61 -
System Red Green Blue C M Y K H S L
Decimal 189 51 105 0 0.73 0.44 0.26 336.52 0.58 0.47
Hex BD 33 69 0 49 2C 1A 151 3A 2F
Octal 275 63 151 0 111 54 32 521 72 57
Binary 10111101 110011 1101001 0 1001001 101100 11010 101010001 111010 101111

Color Harmonies of #BD3369

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BD3369

Black with #BD3369

Text Example


Text Example

White with #BD3369

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BD3369; }

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

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

background-color css

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

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

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

border-color css

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

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

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