Html Css Color HEX #B73C5D Rouge

📋 copy color: '#B73C5D'

red 183 ◦ green 60 ◦ blue 93

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

Shades of Rouge #B73C5D

Tints of Rouge #B73C5D

RGB

 RED value IS 183 (71.88% from 255) = 54.46%

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

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

R = 54.46%
G = 17.86%
B = 27.68%

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

#B73C5D (or 0xB73C5D) is known color: Rouge. HEX triplet: B7, 3C and 5D. RGB value is (183,60,93). Sum of RGB (Red+Green+Blue) = 183+60+93=336 (44% of max value = 765). Red value is 183 (71.88% from 255 or 54.46% from 336); Green value is 60 (23.83% from 255 or 17.86% from 336); Blue value is 93 (36.72% from 255 or 27.68% from 336); Max value from RGB is 183 - color contains mainly: red. Hex color #B73C5D is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #B73C5D is #48C3A2. Grayscale: #646464. Windows color (decimal): -4768675 or 6110391. OLE color: 6110391.

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

Color convert

RGB 183 60 93 -
CMYK 0 0.67 0.49 0.28
HSL 343.9º 0.51% 0.48% -
HSV(B) 343.9º 0.67% 0.72% -
XYZ 23.12 14.09 11.86 -
YUV 100.54 123.75 186.82 -
System Red Green Blue C M Y K H S L
Decimal 183 60 93 0 0.67 0.49 0.28 343.9 0.51 0.48
Hex B7 3C 5D 0 43 31 1C 158 33 30
Octal 267 74 135 0 103 61 34 530 63 60
Binary 10110111 111100 1011101 0 1000011 110001 11100 101011000 110011 110000

Color Harmonies of #B73C5D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B73C5D

Black with #B73C5D

Text Example


Text Example

White with #B73C5D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B73C5D; }

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

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

background-color css

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

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

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

border-color css

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

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

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