Html Css Color HEX #B83C5D Rouge

📋 copy color: '#B83C5D'

red 184 ◦ green 60 ◦ blue 93

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

Shades of Rouge #B83C5D

Tints of Rouge #B83C5D

RGB

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

 GREEN value IS 60 (23.83% from 255) = 17.8%

 BLUE value IS 93 (36.72% from 255) = 27.6%

R = 54.6%
G = 17.8%
B = 27.6%

CMYK

 C value IS 0

 M value IS 0.67

 Y value IS 0.49

 K value IS 0.28

RGB Variations

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

Color information

#B83C5D (or 0xB83C5D) is known color: Rouge. HEX triplet: B8, 3C and 5D. RGB value is (184,60,93). Sum of RGB (Red+Green+Blue) = 184+60+93=337 (44% of max value = 765). Red value is 184 (72.27% from 255 or 54.60% from 337); Green value is 60 (23.83% from 255 or 17.80% from 337); Blue value is 93 (36.72% from 255 or 27.60% from 337); Max value from RGB is 184 - color contains mainly: red. Hex color #B83C5D is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #B83C5D is #47C3A2. Grayscale: #646464. Windows color (decimal): -4703139 or 6110392. OLE color: 6110392.

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

Color convert

RGB 184 60 93 -
CMYK 0 0.67 0.49 0.28
HSL 344.03º 0.51% 0.48% -
HSV(B) 344.03º 0.67% 0.72% -
XYZ 23.36 14.21 11.87 -
YUV 100.84 123.58 187.32 -
System Red Green Blue C M Y K H S L
Decimal 184 60 93 0 0.67 0.49 0.28 344.03 0.51 0.48
Hex B8 3C 5D 0 43 31 1C 158 33 30
Octal 270 74 135 0 103 61 34 530 63 60
Binary 10111000 111100 1011101 0 1000011 110001 11100 101011000 110011 110000

Color Harmonies of #B83C5D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B83C5D

Black with #B83C5D

Text Example


Text Example

White with #B83C5D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B83C5D; }

 p { color: rgb(184,60,93); }

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

background-color css

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

 a { background-color: rgb(184,60,93); }

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

border-color css

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

 span { border-color: rgb(184,60,93); }

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