Html Css Color HEX #B73B5F Rouge

📋 copy color: '#B73B5F'

red 183 ◦ green 59 ◦ blue 95

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

Shades of Rouge #B73B5F

Tints of Rouge #B73B5F

RGB

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

 GREEN value IS 59 (23.44% from 255) = 17.51%

 BLUE value IS 95 (37.5% from 255) = 28.19%

R = 54.3%
G = 17.51%
B = 28.19%

CMYK

 C value IS 0

 M value IS 0.68

 Y value IS 0.48

 K value IS 0.28

RGB Variations

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

Color information

#B73B5F (or 0xB73B5F) is known color: Rouge. HEX triplet: B7, 3B and 5F. RGB value is (183,59,95). Sum of RGB (Red+Green+Blue) = 183+59+95=337 (44% of max value = 765). Red value is 183 (71.88% from 255 or 54.30% from 337); Green value is 59 (23.44% from 255 or 17.51% from 337); Blue value is 95 (37.5% from 255 or 28.19% from 337); Max value from RGB is 183 - color contains mainly: red. Hex color #B73B5F is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #B73B5F is #48C4A0. Grayscale: #646464. Windows color (decimal): -4768929 or 6241207. OLE color: 6241207.

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

Color convert

RGB 183 59 95 -
CMYK 0 0.68 0.48 0.28
HSL 342.58º 0.51% 0.47% -
HSV(B) 342.58º 0.68% 0.72% -
XYZ 23.16 14.02 12.31 -
YUV 100.18 125.08 187.07 -
System Red Green Blue C M Y K H S L
Decimal 183 59 95 0 0.68 0.48 0.28 342.58 0.51 0.47
Hex B7 3B 5F 0 44 30 1C 157 33 2F
Octal 267 73 137 0 104 60 34 527 63 57
Binary 10110111 111011 1011111 0 1000100 110000 11100 101010111 110011 101111

Color Harmonies of #B73B5F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B73B5F

Black with #B73B5F

Text Example


Text Example

White with #B73B5F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B73B5F; }

 p { color: rgb(183,59,95); }

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

background-color css

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

 a { background-color: rgb(183,59,95); }

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

border-color css

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

 span { border-color: rgb(183,59,95); }

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