Html Css Color HEX #B7335E Rouge

📋 copy color: '#B7335E'

red 183 ◦ green 51 ◦ blue 94

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

Shades of Rouge #B7335E

Tints of Rouge #B7335E

RGB

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

 GREEN value IS 51 (20.31% from 255) = 15.55%

 BLUE value IS 94 (37.11% from 255) = 28.66%

R = 55.79%
G = 15.55%
B = 28.66%

CMYK

 C value IS 0

 M value IS 0.72

 Y value IS 0.49

 K value IS 0.28

RGB Variations

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

Color information

#B7335E (or 0xB7335E) is known color: Rouge. HEX triplet: B7, 33 and 5E. RGB value is (183,51,94). Sum of RGB (Red+Green+Blue) = 183+51+94=328 (43% of max value = 765). Red value is 183 (71.88% from 255 or 55.79% from 328); Green value is 51 (20.31% from 255 or 15.55% from 328); Blue value is 94 (37.11% from 255 or 28.66% from 328); Max value from RGB is 183 - color contains mainly: red. Hex color #B7335E is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #B7335E is #48CCA1. Grayscale: #5F5F5F. Windows color (decimal): -4770978 or 6173623. OLE color: 6173623.

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

Color convert

RGB 183 51 94 -
CMYK 0 0.72 0.49 0.28
HSL 340.45º 0.56% 0.46% -
HSV(B) 340.45º 0.72% 0.72% -
XYZ 22.73 13.24 11.95 -
YUV 95.37 127.23 190.5 -
System Red Green Blue C M Y K H S L
Decimal 183 51 94 0 0.72 0.49 0.28 340.45 0.56 0.46
Hex B7 33 5E 0 48 31 1C 154 38 2E
Octal 267 63 136 0 110 61 34 524 70 56
Binary 10110111 110011 1011110 0 1001000 110001 11100 101010100 111000 101110

Color Harmonies of #B7335E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B7335E

Black with #B7335E

Text Example


Text Example

White with #B7335E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B7335E; }

 p { color: rgb(183,51,94); }

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

background-color css

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

 a { background-color: rgb(183,51,94); }

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

border-color css

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

 span { border-color: rgb(183,51,94); }

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