Html Css Color HEX #B7375B Rouge

📋 copy color: '#B7375B'

red 183 ◦ green 55 ◦ blue 91

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

Shades of Rouge #B7375B

Tints of Rouge #B7375B

RGB

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

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

 BLUE value IS 91 (35.94% from 255) = 27.66%

R = 55.62%
G = 16.72%
B = 27.66%

CMYK

 C value IS 0

 M value IS 0.70

 Y value IS 0.50

 K value IS 0.28

RGB Variations

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

Color information

#B7375B (or 0xB7375B) is known color: Rouge. HEX triplet: B7, 37 and 5B. RGB value is (183,55,91). Sum of RGB (Red+Green+Blue) = 183+55+91=329 (43% of max value = 765). Red value is 183 (71.88% from 255 or 55.62% from 329); Green value is 55 (21.88% from 255 or 16.72% from 329); Blue value is 91 (35.94% from 255 or 27.66% from 329); Max value from RGB is 183 - color contains mainly: red. Hex color #B7375B is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #B7375B is #48C8A4. Grayscale: #616161. Windows color (decimal): -4769957 or 5978039. OLE color: 5978039.

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

Color convert

RGB 183 55 91 -
CMYK 0 0.70 0.50 0.28
HSL 343.13º 0.54% 0.47% -
HSV(B) 343.13º 0.7% 0.72% -
XYZ 22.78 13.55 11.31 -
YUV 97.38 124.41 189.07 -
System Red Green Blue C M Y K H S L
Decimal 183 55 91 0 0.70 0.50 0.28 343.13 0.54 0.47
Hex B7 37 5B 0 46 32 1C 157 36 2F
Octal 267 67 133 0 106 62 34 527 66 57
Binary 10110111 110111 1011011 0 1000110 110010 11100 101010111 110110 101111

Color Harmonies of #B7375B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B7375B

Black with #B7375B

Text Example


Text Example

White with #B7375B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B7375B; }

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

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

background-color css

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

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

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

border-color css

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

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

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