Html Css Color HEX #B73C5C Rouge

📋 copy color: '#B73C5C'

red 183 ◦ green 60 ◦ blue 92

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

Shades of Rouge #B73C5C

Tints of Rouge #B73C5C

RGB

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

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

 BLUE value IS 92 (36.33% from 255) = 27.46%

R = 54.63%
G = 17.91%
B = 27.46%

CMYK

 C value IS 0

 M value IS 0.67

 Y value IS 0.50

 K value IS 0.28

RGB Variations

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

Color information

#B73C5C (or 0xB73C5C) is known color: Rouge. HEX triplet: B7, 3C and 5C. RGB value is (183,60,92). Sum of RGB (Red+Green+Blue) = 183+60+92=335 (44% of max value = 765). Red value is 183 (71.88% from 255 or 54.63% from 335); Green value is 60 (23.83% from 255 or 17.91% from 335); Blue value is 92 (36.33% from 255 or 27.46% from 335); Max value from RGB is 183 - color contains mainly: red. Hex color #B73C5C is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #B73C5C is #48C3A3. Grayscale: #646464. Windows color (decimal): -4768676 or 6044855. OLE color: 6044855.

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

Color convert

RGB 183 60 92 -
CMYK 0 0.67 0.50 0.28
HSL 344.39º 0.51% 0.48% -
HSV(B) 344.39º 0.67% 0.72% -
XYZ 23.08 14.07 11.63 -
YUV 100.43 123.25 186.9 -
System Red Green Blue C M Y K H S L
Decimal 183 60 92 0 0.67 0.50 0.28 344.39 0.51 0.48
Hex B7 3C 5C 0 43 32 1C 158 33 30
Octal 267 74 134 0 103 62 34 530 63 60
Binary 10110111 111100 1011100 0 1000011 110010 11100 101011000 110011 110000

Color Harmonies of #B73C5C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B73C5C

Black with #B73C5C

Text Example


Text Example

White with #B73C5C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B73C5C; }

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

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

background-color css

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

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

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

border-color css

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

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

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