Html Css Color HEX #B83263 Rouge

📋 copy color: '#B83263'

red 184 ◦ green 50 ◦ blue 99

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

Shades of Rouge #B83263

Tints of Rouge #B83263

RGB

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

 GREEN value IS 50 (19.92% from 255) = 15.02%

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

R = 55.26%
G = 15.02%
B = 29.73%

CMYK

 C value IS 0

 M value IS 0.73

 Y value IS 0.46

 K value IS 0.28

RGB Variations

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

Color information

#B83263 (or 0xB83263) is known color: Rouge. HEX triplet: B8, 32 and 63. RGB value is (184,50,99). Sum of RGB (Red+Green+Blue) = 184+50+99=333 (44% of max value = 765). Red value is 184 (72.27% from 255 or 55.26% from 333); Green value is 50 (19.92% from 255 or 15.02% from 333); Blue value is 99 (39.06% from 255 or 29.73% from 333); Max value from RGB is 184 - color contains mainly: red. Hex color #B83263 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #B83263 is #47CD9C. Grayscale: #5F5F5F. Windows color (decimal): -4705693 or 6501048. OLE color: 6501048.

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

Color convert

RGB 184 50 99 -
CMYK 0 0.73 0.46 0.28
HSL 338.06º 0.57% 0.46% -
HSV(B) 338.06º 0.73% 0.72% -
XYZ 23.16 13.37 13.16 -
YUV 95.65 129.89 191.02 -
System Red Green Blue C M Y K H S L
Decimal 184 50 99 0 0.73 0.46 0.28 338.06 0.57 0.46
Hex B8 32 63 0 49 2E 1C 152 39 2E
Octal 270 62 143 0 111 56 34 522 71 56
Binary 10111000 110010 1100011 0 1001001 101110 11100 101010010 111001 101110

Color Harmonies of #B83263

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B83263

Black with #B83263

Text Example


Text Example

White with #B83263

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B83263; }

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

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

background-color css

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

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

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

border-color css

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

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

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