Html Css Color HEX #BD3065 Rouge

📋 copy color: '#BD3065'

red 189 ◦ green 48 ◦ blue 101

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

Shades of Rouge #BD3065

Tints of Rouge #BD3065

RGB

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

 GREEN value IS 48 (19.14% from 255) = 14.2%

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

R = 55.92%
G = 14.2%
B = 29.88%

CMYK

 C value IS 0

 M value IS 0.75

 Y value IS 0.47

 K value IS 0.26

RGB Variations

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

Color information

#BD3065 (or 0xBD3065) is known color: Rouge. HEX triplet: BD, 30 and 65. RGB value is (189,48,101). Sum of RGB (Red+Green+Blue) = 189+48+101=338 (44% of max value = 765). Red value is 189 (74.22% from 255 or 55.92% from 338); Green value is 48 (19.14% from 255 or 14.20% from 338); Blue value is 101 (39.84% from 255 or 29.88% from 338); Max value from RGB is 189 - color contains mainly: red. Hex color #BD3065 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #BD3065 is #42CF9A. Grayscale: #606060. Windows color (decimal): -4378523 or 6631613. OLE color: 6631613.

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

Color convert

RGB 189 48 101 -
CMYK 0 0.75 0.47 0.26
HSL 337.45º 0.59% 0.46% -
HSV(B) 337.45º 0.75% 0.74% -
XYZ 24.39 13.87 13.7 -
YUV 96.2 130.71 194.19 -
System Red Green Blue C M Y K H S L
Decimal 189 48 101 0 0.75 0.47 0.26 337.45 0.59 0.46
Hex BD 30 65 0 4B 2F 1A 151 3B 2E
Octal 275 60 145 0 113 57 32 521 73 56
Binary 10111101 110000 1100101 0 1001011 101111 11010 101010001 111011 101110

Color Harmonies of #BD3065

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BD3065

Black with #BD3065

Text Example


Text Example

White with #BD3065

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BD3065; }

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

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

background-color css

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

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

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

border-color css

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

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

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