Html Css Color HEX #B83260 Rouge

📋 copy color: '#B83260'

red 184 ◦ green 50 ◦ blue 96

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

Shades of Rouge #B83260

Tints of Rouge #B83260

RGB

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

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

 BLUE value IS 96 (37.89% from 255) = 29.09%

R = 55.76%
G = 15.15%
B = 29.09%

CMYK

 C value IS 0

 M value IS 0.73

 Y value IS 0.48

 K value IS 0.28

RGB Variations

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

Color information

#B83260 (or 0xB83260) is known color: Rouge. HEX triplet: B8, 32 and 60. RGB value is (184,50,96). Sum of RGB (Red+Green+Blue) = 184+50+96=330 (43% of max value = 765). Red value is 184 (72.27% from 255 or 55.76% from 330); Green value is 50 (19.92% from 255 or 15.15% from 330); Blue value is 96 (37.89% from 255 or 29.09% from 330); Max value from RGB is 184 - color contains mainly: red. Hex color #B83260 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #B83260 is #47CD9F. Grayscale: #5F5F5F. Windows color (decimal): -4705696 or 6304440. OLE color: 6304440.

HSL color Cylindrical-coordinate representation of color #B83260: hue angle of 339.4º 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 #B83260 is Cyan = 0, Magento = 0.73, Yellow = 0.48 and Black (K on CMYK) = 0.28.

Color convert

RGB 184 50 96 -
CMYK 0 0.73 0.48 0.28
HSL 339.4º 0.57% 0.46% -
HSV(B) 339.4º 0.73% 0.72% -
XYZ 23.02 13.32 12.42 -
YUV 95.31 128.39 191.26 -
System Red Green Blue C M Y K H S L
Decimal 184 50 96 0 0.73 0.48 0.28 339.4 0.57 0.46
Hex B8 32 60 0 49 30 1C 153 39 2E
Octal 270 62 140 0 111 60 34 523 71 56
Binary 10111000 110010 1100000 0 1001001 110000 11100 101010011 111001 101110

Color Harmonies of #B83260

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B83260

Black with #B83260

Text Example


Text Example

White with #B83260

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B83260; }

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

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

background-color css

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

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

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

border-color css

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

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

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