Html Css Color HEX #B83063 Rouge

📋 copy color: '#B83063'

red 184 ◦ green 48 ◦ blue 99

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

Shades of Rouge #B83063

Tints of Rouge #B83063

RGB

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

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

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

R = 55.59%
G = 14.5%
B = 29.91%

CMYK

 C value IS 0

 M value IS 0.74

 Y value IS 0.46

 K value IS 0.28

RGB Variations

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

Color information

#B83063 (or 0xB83063) is known color: Rouge. HEX triplet: B8, 30 and 63. RGB value is (184,48,99). Sum of RGB (Red+Green+Blue) = 184+48+99=331 (43% of max value = 765). Red value is 184 (72.27% from 255 or 55.59% from 331); Green value is 48 (19.14% from 255 or 14.50% from 331); Blue value is 99 (39.06% from 255 or 29.91% from 331); Max value from RGB is 184 - color contains mainly: red. Hex color #B83063 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #B83063 is #47CF9C. Grayscale: #5E5E5E. Windows color (decimal): -4706205 or 6500536. OLE color: 6500536.

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

Color convert

RGB 184 48 99 -
CMYK 0 0.74 0.46 0.28
HSL 337.5º 0.59% 0.45% -
HSV(B) 337.5º 0.74% 0.72% -
XYZ 23.08 13.21 13.14 -
YUV 94.48 130.56 191.85 -
System Red Green Blue C M Y K H S L
Decimal 184 48 99 0 0.74 0.46 0.28 337.5 0.59 0.45
Hex B8 30 63 0 4A 2E 1C 152 3B 2D
Octal 270 60 143 0 112 56 34 522 73 55
Binary 10111000 110000 1100011 0 1001010 101110 11100 101010010 111011 101101

Color Harmonies of #B83063

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B83063

Black with #B83063

Text Example


Text Example

White with #B83063

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B83063; }

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

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

background-color css

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

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

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

border-color css

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

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

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