Html Css Color HEX #B83C63 Rouge

📋 copy color: '#B83C63'

red 184 ◦ green 60 ◦ blue 99

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

Shades of Rouge #B83C63

Tints of Rouge #B83C63

RGB

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

 GREEN value IS 60 (23.83% from 255) = 17.49%

 BLUE value IS 99 (39.06% from 255) = 28.86%

R = 53.64%
G = 17.49%
B = 28.86%

CMYK

 C value IS 0

 M value IS 0.67

 Y value IS 0.46

 K value IS 0.28

RGB Variations

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

Color information

#B83C63 (or 0xB83C63) is known color: Rouge. HEX triplet: B8, 3C and 63. RGB value is (184,60,99). Sum of RGB (Red+Green+Blue) = 184+60+99=343 (45% of max value = 765). Red value is 184 (72.27% from 255 or 53.64% from 343); Green value is 60 (23.83% from 255 or 17.49% from 343); Blue value is 99 (39.06% from 255 or 28.86% from 343); Max value from RGB is 184 - color contains mainly: red. Hex color #B83C63 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #B83C63 is #47C39C. Grayscale: #656565. Windows color (decimal): -4703133 or 6503608. OLE color: 6503608.

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

Color convert

RGB 184 60 99 -
CMYK 0 0.67 0.46 0.28
HSL 341.13º 0.51% 0.48% -
HSV(B) 341.13º 0.67% 0.72% -
XYZ 23.64 14.32 13.32 -
YUV 101.52 126.58 186.83 -
System Red Green Blue C M Y K H S L
Decimal 184 60 99 0 0.67 0.46 0.28 341.13 0.51 0.48
Hex B8 3C 63 0 43 2E 1C 155 33 30
Octal 270 74 143 0 103 56 34 525 63 60
Binary 10111000 111100 1100011 0 1000011 101110 11100 101010101 110011 110000

Color Harmonies of #B83C63

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B83C63

Black with #B83C63

Text Example


Text Example

White with #B83C63

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B83C63; }

 p { color: rgb(184,60,99); }

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

background-color css

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

 a { background-color: rgb(184,60,99); }

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

border-color css

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

 span { border-color: rgb(184,60,99); }

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