Html Css Color HEX #BD3566 Rouge

📋 copy color: '#BD3566'

red 189 ◦ green 53 ◦ blue 102

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

Shades of Rouge #BD3566

Tints of Rouge #BD3566

RGB

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

 GREEN value IS 53 (21.09% from 255) = 15.41%

 BLUE value IS 102 (40.23% from 255) = 29.65%

R = 54.94%
G = 15.41%
B = 29.65%

CMYK

 C value IS 0

 M value IS 0.72

 Y value IS 0.46

 K value IS 0.26

RGB Variations

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

Color information

#BD3566 (or 0xBD3566) is known color: Rouge. HEX triplet: BD, 35 and 66. RGB value is (189,53,102). Sum of RGB (Red+Green+Blue) = 189+53+102=344 (45% of max value = 765). Red value is 189 (74.22% from 255 or 54.94% from 344); Green value is 53 (21.09% from 255 or 15.41% from 344); Blue value is 102 (40.23% from 255 or 29.65% from 344); Max value from RGB is 189 - color contains mainly: red. Hex color #BD3566 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #BD3566 is #42CA99. Grayscale: #636363. Windows color (decimal): -4377242 or 6698429. OLE color: 6698429.

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

Color convert

RGB 189 53 102 -
CMYK 0 0.72 0.46 0.26
HSL 338.38º 0.56% 0.47% -
HSV(B) 338.38º 0.72% 0.74% -
XYZ 24.66 14.32 14.04 -
YUV 99.25 129.56 192.02 -
System Red Green Blue C M Y K H S L
Decimal 189 53 102 0 0.72 0.46 0.26 338.38 0.56 0.47
Hex BD 35 66 0 48 2E 1A 152 38 2F
Octal 275 65 146 0 110 56 32 522 70 57
Binary 10111101 110101 1100110 0 1001000 101110 11010 101010010 111000 101111

Color Harmonies of #BD3566

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BD3566

Black with #BD3566

Text Example


Text Example

White with #BD3566

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BD3566; }

 p { color: rgb(189,53,102); }

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

background-color css

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

 a { background-color: rgb(189,53,102); }

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

border-color css

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

 span { border-color: rgb(189,53,102); }

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