Html Css Color HEX #B83B65 Rouge

📋 copy color: '#B83B65'

red 184 ◦ green 59 ◦ blue 101

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

Shades of Rouge #B83B65

Tints of Rouge #B83B65

RGB

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

 GREEN value IS 59 (23.44% from 255) = 17.15%

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

R = 53.49%
G = 17.15%
B = 29.36%

CMYK

 C value IS 0

 M value IS 0.68

 Y value IS 0.45

 K value IS 0.28

RGB Variations

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

Color information

#B83B65 (or 0xB83B65) is known color: Rouge. HEX triplet: B8, 3B and 65. RGB value is (184,59,101). Sum of RGB (Red+Green+Blue) = 184+59+101=344 (45% of max value = 765). Red value is 184 (72.27% from 255 or 53.49% from 344); Green value is 59 (23.44% from 255 or 17.15% from 344); Blue value is 101 (39.84% from 255 or 29.36% from 344); Max value from RGB is 184 - color contains mainly: red. Hex color #B83B65 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #B83B65 is #47C49A. Grayscale: #656565. Windows color (decimal): -4703387 or 6634424. OLE color: 6634424.

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

Color convert

RGB 184 59 101 -
CMYK 0 0.68 0.45 0.28
HSL 339.84º 0.51% 0.48% -
HSV(B) 339.84º 0.68% 0.72% -
XYZ 23.68 14.26 13.82 -
YUV 101.16 127.91 187.08 -
System Red Green Blue C M Y K H S L
Decimal 184 59 101 0 0.68 0.45 0.28 339.84 0.51 0.48
Hex B8 3B 65 0 44 2D 1C 154 33 30
Octal 270 73 145 0 104 55 34 524 63 60
Binary 10111000 111011 1100101 0 1000100 101101 11100 101010100 110011 110000

Color Harmonies of #B83B65

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B83B65

Black with #B83B65

Text Example


Text Example

White with #B83B65

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B83B65; }

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

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

background-color css

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

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

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

border-color css

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

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

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