Html Css Color HEX #BD3E66 Rouge

📋 copy color: '#BD3E66'

red 189 ◦ green 62 ◦ blue 102

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

Shades of Rouge #BD3E66

Tints of Rouge #BD3E66

RGB

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

 GREEN value IS 62 (24.61% from 255) = 17.56%

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

R = 53.54%
G = 17.56%
B = 28.9%

CMYK

 C value IS 0

 M value IS 0.67

 Y value IS 0.46

 K value IS 0.26

RGB Variations

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

Color information

#BD3E66 (or 0xBD3E66) is known color: Rouge. HEX triplet: BD, 3E and 66. RGB value is (189,62,102). Sum of RGB (Red+Green+Blue) = 189+62+102=353 (46% of max value = 765). Red value is 189 (74.22% from 255 or 53.54% from 353); Green value is 62 (24.61% from 255 or 17.56% from 353); Blue value is 102 (40.23% from 255 or 28.90% from 353); Max value from RGB is 189 - color contains mainly: red. Hex color #BD3E66 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #BD3E66 is #42C199. Grayscale: #686868. Windows color (decimal): -4374938 or 6700733. OLE color: 6700733.

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

Color convert

RGB 189 62 102 -
CMYK 0 0.67 0.46 0.26
HSL 341.1º 0.51% 0.49% -
HSV(B) 341.1º 0.67% 0.74% -
XYZ 25.11 15.22 14.19 -
YUV 104.53 126.58 188.25 -
System Red Green Blue C M Y K H S L
Decimal 189 62 102 0 0.67 0.46 0.26 341.1 0.51 0.49
Hex BD 3E 66 0 43 2E 1A 155 33 31
Octal 275 76 146 0 103 56 32 525 63 61
Binary 10111101 111110 1100110 0 1000011 101110 11010 101010101 110011 110001

Color Harmonies of #BD3E66

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BD3E66

Black with #BD3E66

Text Example


Text Example

White with #BD3E66

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BD3E66; }

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

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

background-color css

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

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

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

border-color css

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

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

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