Html Css Color HEX #BD3666 Rouge

📋 copy color: '#BD3666'

red 189 ◦ green 54 ◦ blue 102

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

Shades of Rouge #BD3666

Tints of Rouge #BD3666

RGB

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

 GREEN value IS 54 (21.48% from 255) = 15.65%

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

R = 54.78%
G = 15.65%
B = 29.57%

CMYK

 C value IS 0

 M value IS 0.71

 Y value IS 0.46

 K value IS 0.26

RGB Variations

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

Color information

#BD3666 (or 0xBD3666) is known color: Rouge. HEX triplet: BD, 36 and 66. RGB value is (189,54,102). Sum of RGB (Red+Green+Blue) = 189+54+102=345 (45% of max value = 765). Red value is 189 (74.22% from 255 or 54.78% from 345); Green value is 54 (21.48% from 255 or 15.65% from 345); Blue value is 102 (40.23% from 255 or 29.57% from 345); Max value from RGB is 189 - color contains mainly: red. Hex color #BD3666 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #BD3666 is #42C999. Grayscale: #636363. Windows color (decimal): -4376986 or 6698685. OLE color: 6698685.

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

Color convert

RGB 189 54 102 -
CMYK 0 0.71 0.46 0.26
HSL 338.67º 0.56% 0.48% -
HSV(B) 338.67º 0.71% 0.74% -
XYZ 24.7 14.42 14.05 -
YUV 99.84 129.23 191.6 -
System Red Green Blue C M Y K H S L
Decimal 189 54 102 0 0.71 0.46 0.26 338.67 0.56 0.48
Hex BD 36 66 0 47 2E 1A 153 38 30
Octal 275 66 146 0 107 56 32 523 70 60
Binary 10111101 110110 1100110 0 1000111 101110 11010 101010011 111000 110000

Color Harmonies of #BD3666

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BD3666

Black with #BD3666

Text Example


Text Example

White with #BD3666

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BD3666; }

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

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

background-color css

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

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

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

border-color css

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

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

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