Html Css Color HEX #B83A60 Rouge

📋 copy color: '#B83A60'

red 184 ◦ green 58 ◦ blue 96

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

Shades of Rouge #B83A60

Tints of Rouge #B83A60

RGB

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

 GREEN value IS 58 (23.05% from 255) = 17.16%

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

R = 54.44%
G = 17.16%
B = 28.4%

CMYK

 C value IS 0

 M value IS 0.68

 Y value IS 0.48

 K value IS 0.28

RGB Variations

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

Color information

#B83A60 (or 0xB83A60) is known color: Rouge. HEX triplet: B8, 3A and 60. RGB value is (184,58,96). Sum of RGB (Red+Green+Blue) = 184+58+96=338 (44% of max value = 765). Red value is 184 (72.27% from 255 or 54.44% from 338); Green value is 58 (23.05% from 255 or 17.16% from 338); Blue value is 96 (37.89% from 255 or 28.40% from 338); Max value from RGB is 184 - color contains mainly: red. Hex color #B83A60 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #B83A60 is #47C59F. Grayscale: #636363. Windows color (decimal): -4703648 or 6306488. OLE color: 6306488.

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

Color convert

RGB 184 58 96 -
CMYK 0 0.68 0.48 0.28
HSL 341.9º 0.52% 0.47% -
HSV(B) 341.9º 0.68% 0.72% -
XYZ 23.39 14.06 12.55 -
YUV 100.01 125.74 187.91 -
System Red Green Blue C M Y K H S L
Decimal 184 58 96 0 0.68 0.48 0.28 341.9 0.52 0.47
Hex B8 3A 60 0 44 30 1C 156 34 2F
Octal 270 72 140 0 104 60 34 526 64 57
Binary 10111000 111010 1100000 0 1000100 110000 11100 101010110 110100 101111

Color Harmonies of #B83A60

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B83A60

Black with #B83A60

Text Example


Text Example

White with #B83A60

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B83A60; }

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

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

background-color css

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

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

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

border-color css

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

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

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