Html Css Color HEX #B73A62 Rouge

📋 copy color: '#B73A62'

red 183 ◦ green 58 ◦ blue 98

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

Shades of Rouge #B73A62

Tints of Rouge #B73A62

RGB

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

 GREEN value IS 58 (23.05% from 255) = 17.11%

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

R = 53.98%
G = 17.11%
B = 28.91%

CMYK

 C value IS 0

 M value IS 0.68

 Y value IS 0.46

 K value IS 0.28

RGB Variations

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

Color information

#B73A62 (or 0xB73A62) is known color: Rouge. HEX triplet: B7, 3A and 62. RGB value is (183,58,98). Sum of RGB (Red+Green+Blue) = 183+58+98=339 (44% of max value = 765). Red value is 183 (71.88% from 255 or 53.98% from 339); Green value is 58 (23.05% from 255 or 17.11% from 339); Blue value is 98 (38.67% from 255 or 28.91% from 339); Max value from RGB is 183 - color contains mainly: red. Hex color #B73A62 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #B73A62 is #48C59D. Grayscale: #636363. Windows color (decimal): -4769182 or 6437559. OLE color: 6437559.

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

Color convert

RGB 183 58 98 -
CMYK 0 0.68 0.46 0.28
HSL 340.8º 0.52% 0.47% -
HSV(B) 340.8º 0.68% 0.72% -
XYZ 23.25 13.98 13.03 -
YUV 99.94 126.91 187.25 -
System Red Green Blue C M Y K H S L
Decimal 183 58 98 0 0.68 0.46 0.28 340.8 0.52 0.47
Hex B7 3A 62 0 44 2E 1C 155 34 2F
Octal 267 72 142 0 104 56 34 525 64 57
Binary 10110111 111010 1100010 0 1000100 101110 11100 101010101 110100 101111

Color Harmonies of #B73A62

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B73A62

Black with #B73A62

Text Example


Text Example

White with #B73A62

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B73A62; }

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

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

background-color css

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

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

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

border-color css

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

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

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