Html Css Color HEX #B73C62 Rouge

📋 copy color: '#B73C62'

red 183 ◦ green 60 ◦ blue 98

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

Shades of Rouge #B73C62

Tints of Rouge #B73C62

RGB

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

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

 BLUE value IS 98 (38.67% from 255) = 28.74%

R = 53.67%
G = 17.6%
B = 28.74%

CMYK

 C value IS 0

 M value IS 0.67

 Y value IS 0.46

 K value IS 0.28

RGB Variations

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

Color information

#B73C62 (or 0xB73C62) is known color: Rouge. HEX triplet: B7, 3C and 62. RGB value is (183,60,98). Sum of RGB (Red+Green+Blue) = 183+60+98=341 (45% of max value = 765). Red value is 183 (71.88% from 255 or 53.67% from 341); Green value is 60 (23.83% from 255 or 17.60% from 341); Blue value is 98 (38.67% from 255 or 28.74% from 341); Max value from RGB is 183 - color contains mainly: red. Hex color #B73C62 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #B73C62 is #48C39D. Grayscale: #656565. Windows color (decimal): -4768670 or 6438071. OLE color: 6438071.

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

Color convert

RGB 183 60 98 -
CMYK 0 0.67 0.46 0.28
HSL 341.46º 0.51% 0.48% -
HSV(B) 341.46º 0.67% 0.72% -
XYZ 23.35 14.18 13.06 -
YUV 101.11 126.25 186.41 -
System Red Green Blue C M Y K H S L
Decimal 183 60 98 0 0.67 0.46 0.28 341.46 0.51 0.48
Hex B7 3C 62 0 43 2E 1C 155 33 30
Octal 267 74 142 0 103 56 34 525 63 60
Binary 10110111 111100 1100010 0 1000011 101110 11100 101010101 110011 110000

Color Harmonies of #B73C62

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B73C62

Black with #B73C62

Text Example


Text Example

White with #B73C62

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B73C62; }

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

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

background-color css

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

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

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

border-color css

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

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

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