Html Css Color HEX #BD3165 Rouge

📋 copy color: '#BD3165'

red 189 ◦ green 49 ◦ blue 101

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

Shades of Rouge #BD3165

Tints of Rouge #BD3165

RGB

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

 GREEN value IS 49 (19.53% from 255) = 14.45%

 BLUE value IS 101 (39.84% from 255) = 29.79%

R = 55.75%
G = 14.45%
B = 29.79%

CMYK

 C value IS 0

 M value IS 0.74

 Y value IS 0.47

 K value IS 0.26

RGB Variations

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

Color information

#BD3165 (or 0xBD3165) is known color: Rouge. HEX triplet: BD, 31 and 65. RGB value is (189,49,101). Sum of RGB (Red+Green+Blue) = 189+49+101=339 (44% of max value = 765). Red value is 189 (74.22% from 255 or 55.75% from 339); Green value is 49 (19.53% from 255 or 14.45% from 339); Blue value is 101 (39.84% from 255 or 29.79% from 339); Max value from RGB is 189 - color contains mainly: red. Hex color #BD3165 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #BD3165 is #42CE9A. Grayscale: #606060. Windows color (decimal): -4378267 or 6631869. OLE color: 6631869.

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

Color convert

RGB 189 49 101 -
CMYK 0 0.74 0.47 0.26
HSL 337.71º 0.59% 0.47% -
HSV(B) 337.71º 0.74% 0.74% -
XYZ 24.43 13.96 13.72 -
YUV 96.79 130.38 193.77 -
System Red Green Blue C M Y K H S L
Decimal 189 49 101 0 0.74 0.47 0.26 337.71 0.59 0.47
Hex BD 31 65 0 4A 2F 1A 152 3B 2F
Octal 275 61 145 0 112 57 32 522 73 57
Binary 10111101 110001 1100101 0 1001010 101111 11010 101010010 111011 101111

Color Harmonies of #BD3165

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BD3165

Black with #BD3165

Text Example


Text Example

White with #BD3165

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BD3165; }

 p { color: rgb(189,49,101); }

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

background-color css

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

 a { background-color: rgb(189,49,101); }

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

border-color css

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

 span { border-color: rgb(189,49,101); }

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