Html Css Color HEX #B83565 Rouge

📋 copy color: '#B83565'

red 184 ◦ green 53 ◦ blue 101

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

Shades of Rouge #B83565

Tints of Rouge #B83565

RGB

 RED value IS 184 (72.27% from 255) = 54.44%

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

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

R = 54.44%
G = 15.68%
B = 29.88%

CMYK

 C value IS 0

 M value IS 0.71

 Y value IS 0.45

 K value IS 0.28

RGB Variations

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

Color information

#B83565 (or 0xB83565) is known color: Rouge. HEX triplet: B8, 35 and 65. RGB value is (184,53,101). Sum of RGB (Red+Green+Blue) = 184+53+101=338 (44% of max value = 765). Red value is 184 (72.27% from 255 or 54.44% from 338); Green value is 53 (21.09% from 255 or 15.68% from 338); Blue value is 101 (39.84% from 255 or 29.88% from 338); Max value from RGB is 184 - color contains mainly: red. Hex color #B83565 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #B83565 is #47CA9A. Grayscale: #616161. Windows color (decimal): -4704923 or 6632888. OLE color: 6632888.

HSL color Cylindrical-coordinate representation of color #B83565: hue angle of 338.02º degrees, saturation: 0.55, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #B83565 is Cyan = 0, Magento = 0.71, Yellow = 0.45 and Black (K on CMYK) = 0.28.

Color convert

RGB 184 53 101 -
CMYK 0 0.71 0.45 0.28
HSL 338.02º 0.55% 0.46% -
HSV(B) 338.02º 0.71% 0.72% -
XYZ 23.39 13.68 13.72 -
YUV 97.64 129.9 189.6 -
System Red Green Blue C M Y K H S L
Decimal 184 53 101 0 0.71 0.45 0.28 338.02 0.55 0.46
Hex B8 35 65 0 47 2D 1C 152 37 2E
Octal 270 65 145 0 107 55 34 522 67 56
Binary 10111000 110101 1100101 0 1000111 101101 11100 101010010 110111 101110

Color Harmonies of #B83565

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B83565

Black with #B83565

Text Example


Text Example

White with #B83565

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B83565; }

 p { color: rgb(184,53,101); }

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

background-color css

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

 a { background-color: rgb(184,53,101); }

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

border-color css

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

 span { border-color: rgb(184,53,101); }

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