Html Css Color HEX #B83261 Rouge

📋 copy color: '#B83261'

red 184 ◦ green 50 ◦ blue 97

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

Shades of Rouge #B83261

Tints of Rouge #B83261

RGB

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

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

 BLUE value IS 97 (38.28% from 255) = 29.31%

R = 55.59%
G = 15.11%
B = 29.31%

CMYK

 C value IS 0

 M value IS 0.73

 Y value IS 0.47

 K value IS 0.28

RGB Variations

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

Color information

#B83261 (or 0xB83261) is known color: Rouge. HEX triplet: B8, 32 and 61. RGB value is (184,50,97). Sum of RGB (Red+Green+Blue) = 184+50+97=331 (43% of max value = 765). Red value is 184 (72.27% from 255 or 55.59% from 331); Green value is 50 (19.92% from 255 or 15.11% from 331); Blue value is 97 (38.28% from 255 or 29.31% from 331); Max value from RGB is 184 - color contains mainly: red. Hex color #B83261 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #B83261 is #47CD9E. Grayscale: #5F5F5F. Windows color (decimal): -4705695 or 6369976. OLE color: 6369976.

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

Color convert

RGB 184 50 97 -
CMYK 0 0.73 0.47 0.28
HSL 338.96º 0.57% 0.46% -
HSV(B) 338.96º 0.73% 0.72% -
XYZ 23.07 13.33 12.67 -
YUV 95.42 128.89 191.18 -
System Red Green Blue C M Y K H S L
Decimal 184 50 97 0 0.73 0.47 0.28 338.96 0.57 0.46
Hex B8 32 61 0 49 2F 1C 153 39 2E
Octal 270 62 141 0 111 57 34 523 71 56
Binary 10111000 110010 1100001 0 1001001 101111 11100 101010011 111001 101110

Color Harmonies of #B83261

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B83261

Black with #B83261

Text Example


Text Example

White with #B83261

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B83261; }

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

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

background-color css

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

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

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

border-color css

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

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

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