Html Css Color HEX #B83B5B Rouge

📋 copy color: '#B83B5B'

red 184 ◦ green 59 ◦ blue 91

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

Shades of Rouge #B83B5B

Tints of Rouge #B83B5B

RGB

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

 GREEN value IS 59 (23.44% from 255) = 17.66%

 BLUE value IS 91 (35.94% from 255) = 27.25%

R = 55.09%
G = 17.66%
B = 27.25%

CMYK

 C value IS 0

 M value IS 0.68

 Y value IS 0.51

 K value IS 0.28

RGB Variations

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

Color information

#B83B5B (or 0xB83B5B) is known color: Rouge. HEX triplet: B8, 3B and 5B. RGB value is (184,59,91). Sum of RGB (Red+Green+Blue) = 184+59+91=334 (44% of max value = 765). Red value is 184 (72.27% from 255 or 55.09% from 334); Green value is 59 (23.44% from 255 or 17.66% from 334); Blue value is 91 (35.94% from 255 or 27.25% from 334); Max value from RGB is 184 - color contains mainly: red. Hex color #B83B5B is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #B83B5B is #47C4A4. Grayscale: #646464. Windows color (decimal): -4703397 or 5979064. OLE color: 5979064.

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

Color convert

RGB 184 59 91 -
CMYK 0 0.68 0.51 0.28
HSL 344.64º 0.51% 0.48% -
HSV(B) 344.64º 0.68% 0.72% -
XYZ 23.22 14.07 11.39 -
YUV 100.02 122.91 187.9 -
System Red Green Blue C M Y K H S L
Decimal 184 59 91 0 0.68 0.51 0.28 344.64 0.51 0.48
Hex B8 3B 5B 0 44 33 1C 159 33 30
Octal 270 73 133 0 104 63 34 531 63 60
Binary 10111000 111011 1011011 0 1000100 110011 11100 101011001 110011 110000

Color Harmonies of #B83B5B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B83B5B

Black with #B83B5B

Text Example


Text Example

White with #B83B5B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B83B5B; }

 p { color: rgb(184,59,91); }

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

background-color css

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

 a { background-color: rgb(184,59,91); }

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

border-color css

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

 span { border-color: rgb(184,59,91); }

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