Html Css Color HEX #B7375F Rouge

📋 copy color: '#B7375F'

red 183 ◦ green 55 ◦ blue 95

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

Shades of Rouge #B7375F

Tints of Rouge #B7375F

RGB

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

 GREEN value IS 55 (21.88% from 255) = 16.52%

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

R = 54.95%
G = 16.52%
B = 28.53%

CMYK

 C value IS 0

 M value IS 0.70

 Y value IS 0.48

 K value IS 0.28

RGB Variations

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

Color information

#B7375F (or 0xB7375F) is known color: Rouge. HEX triplet: B7, 37 and 5F. RGB value is (183,55,95). Sum of RGB (Red+Green+Blue) = 183+55+95=333 (44% of max value = 765). Red value is 183 (71.88% from 255 or 54.95% from 333); Green value is 55 (21.88% from 255 or 16.52% from 333); Blue value is 95 (37.5% from 255 or 28.53% from 333); Max value from RGB is 183 - color contains mainly: red. Hex color #B7375F is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #B7375F is #48C8A0. Grayscale: #616161. Windows color (decimal): -4769953 or 6240183. OLE color: 6240183.

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

Color convert

RGB 183 55 95 -
CMYK 0 0.70 0.48 0.28
HSL 341.25º 0.54% 0.47% -
HSV(B) 341.25º 0.7% 0.72% -
XYZ 22.96 13.63 12.25 -
YUV 97.83 126.41 188.75 -
System Red Green Blue C M Y K H S L
Decimal 183 55 95 0 0.70 0.48 0.28 341.25 0.54 0.47
Hex B7 37 5F 0 46 30 1C 155 36 2F
Octal 267 67 137 0 106 60 34 525 66 57
Binary 10110111 110111 1011111 0 1000110 110000 11100 101010101 110110 101111

Color Harmonies of #B7375F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B7375F

Black with #B7375F

Text Example


Text Example

White with #B7375F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B7375F; }

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

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

background-color css

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

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

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

border-color css

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

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

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