Html Css Color HEX #B73261 Rouge

📋 copy color: '#B73261'

red 183 ◦ green 50 ◦ blue 97

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

Shades of Rouge #B73261

Tints of Rouge #B73261

RGB

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

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

 BLUE value IS 97 (38.28% from 255) = 29.39%

R = 55.45%
G = 15.15%
B = 29.39%

CMYK

 C value IS 0

 M value IS 0.73

 Y value IS 0.47

 K value IS 0.28

RGB Variations

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

Color information

#B73261 (or 0xB73261) is known color: Rouge. HEX triplet: B7, 32 and 61. RGB value is (183,50,97). Sum of RGB (Red+Green+Blue) = 183+50+97=330 (43% of max value = 765). Red value is 183 (71.88% from 255 or 55.45% from 330); Green value is 50 (19.92% from 255 or 15.15% from 330); Blue value is 97 (38.28% from 255 or 29.39% from 330); Max value from RGB is 183 - color contains mainly: red. Hex color #B73261 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #B73261 is #48CD9E. Grayscale: #5F5F5F. Windows color (decimal): -4771231 or 6369975. OLE color: 6369975.

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

Color convert

RGB 183 50 97 -
CMYK 0 0.73 0.47 0.28
HSL 338.8º 0.57% 0.46% -
HSV(B) 338.8º 0.73% 0.72% -
XYZ 22.83 13.21 12.66 -
YUV 95.13 129.06 190.68 -
System Red Green Blue C M Y K H S L
Decimal 183 50 97 0 0.73 0.47 0.28 338.8 0.57 0.46
Hex B7 32 61 0 49 2F 1C 153 39 2E
Octal 267 62 141 0 111 57 34 523 71 56
Binary 10110111 110010 1100001 0 1001001 101111 11100 101010011 111001 101110

Color Harmonies of #B73261

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B73261

Black with #B73261

Text Example


Text Example

White with #B73261

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B73261; }

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

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

background-color css

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

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

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

border-color css

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

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

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