Html Css Color HEX #BD3364 Rouge

📋 copy color: '#BD3364'

red 189 ◦ green 51 ◦ blue 100

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

Shades of Rouge #BD3364

Tints of Rouge #BD3364

RGB

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

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

 BLUE value IS 100 (39.45% from 255) = 29.41%

R = 55.59%
G = 15%
B = 29.41%

CMYK

 C value IS 0

 M value IS 0.73

 Y value IS 0.47

 K value IS 0.26

RGB Variations

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

Color information

#BD3364 (or 0xBD3364) is known color: Rouge. HEX triplet: BD, 33 and 64. RGB value is (189,51,100). Sum of RGB (Red+Green+Blue) = 189+51+100=340 (45% of max value = 765). Red value is 189 (74.22% from 255 or 55.59% from 340); Green value is 51 (20.31% from 255 or 15% from 340); Blue value is 100 (39.45% from 255 or 29.41% from 340); Max value from RGB is 189 - color contains mainly: red. Hex color #BD3364 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #BD3364 is #42CC9B. Grayscale: #616161. Windows color (decimal): -4377756 or 6566845. OLE color: 6566845.

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

Color convert

RGB 189 51 100 -
CMYK 0 0.73 0.47 0.26
HSL 338.7º 0.58% 0.47% -
HSV(B) 338.7º 0.73% 0.74% -
XYZ 24.47 14.11 13.49 -
YUV 97.85 129.22 193.02 -
System Red Green Blue C M Y K H S L
Decimal 189 51 100 0 0.73 0.47 0.26 338.7 0.58 0.47
Hex BD 33 64 0 49 2F 1A 153 3A 2F
Octal 275 63 144 0 111 57 32 523 72 57
Binary 10111101 110011 1100100 0 1001001 101111 11010 101010011 111010 101111

Color Harmonies of #BD3364

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BD3364

Black with #BD3364

Text Example


Text Example

White with #BD3364

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BD3364; }

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

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

background-color css

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

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

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

border-color css

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

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

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