Html Css Color HEX #B73260 Rouge

📋 copy color: '#B73260'

red 183 ◦ green 50 ◦ blue 96

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

Shades of Rouge #B73260

Tints of Rouge #B73260

RGB

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

 GREEN value IS 50 (19.92% from 255) = 15.2%

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

R = 55.62%
G = 15.2%
B = 29.18%

CMYK

 C value IS 0

 M value IS 0.73

 Y value IS 0.48

 K value IS 0.28

RGB Variations

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

Color information

#B73260 (or 0xB73260) is known color: Rouge. HEX triplet: B7, 32 and 60. RGB value is (183,50,96). Sum of RGB (Red+Green+Blue) = 183+50+96=329 (43% of max value = 765). Red value is 183 (71.88% from 255 or 55.62% from 329); Green value is 50 (19.92% from 255 or 15.20% from 329); Blue value is 96 (37.89% from 255 or 29.18% from 329); Max value from RGB is 183 - color contains mainly: red. Hex color #B73260 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #B73260 is #48CD9F. Grayscale: #5E5E5E. Windows color (decimal): -4771232 or 6304439. OLE color: 6304439.

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

Color convert

RGB 183 50 96 -
CMYK 0 0.73 0.48 0.28
HSL 339.25º 0.57% 0.46% -
HSV(B) 339.25º 0.73% 0.72% -
XYZ 22.78 13.19 12.41 -
YUV 95.01 128.56 190.76 -
System Red Green Blue C M Y K H S L
Decimal 183 50 96 0 0.73 0.48 0.28 339.25 0.57 0.46
Hex B7 32 60 0 49 30 1C 153 39 2E
Octal 267 62 140 0 111 60 34 523 71 56
Binary 10110111 110010 1100000 0 1001001 110000 11100 101010011 111001 101110

Color Harmonies of #B73260

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B73260

Black with #B73260

Text Example


Text Example

White with #B73260

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B73260; }

 p { color: rgb(183,50,96); }

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

background-color css

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

 a { background-color: rgb(183,50,96); }

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

border-color css

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

 span { border-color: rgb(183,50,96); }

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