Html Css Color HEX #B7375C Rouge

📋 copy color: '#B7375C'

red 183 ◦ green 55 ◦ blue 92

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

Shades of Rouge #B7375C

Tints of Rouge #B7375C

RGB

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

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

 BLUE value IS 92 (36.33% from 255) = 27.88%

R = 55.45%
G = 16.67%
B = 27.88%

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

#B7375C (or 0xB7375C) is known color: Rouge. HEX triplet: B7, 37 and 5C. RGB value is (183,55,92). Sum of RGB (Red+Green+Blue) = 183+55+92=330 (43% of max value = 765). Red value is 183 (71.88% from 255 or 55.45% from 330); Green value is 55 (21.88% from 255 or 16.67% from 330); Blue value is 92 (36.33% from 255 or 27.88% from 330); Max value from RGB is 183 - color contains mainly: red. Hex color #B7375C is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #B7375C is #48C8A3. Grayscale: #616161. Windows color (decimal): -4769956 or 6043575. OLE color: 6043575.

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

Color convert

RGB 183 55 92 -
CMYK 0 0.70 0.50 0.28
HSL 342.66º 0.54% 0.47% -
HSV(B) 342.66º 0.7% 0.72% -
XYZ 22.83 13.57 11.54 -
YUV 97.49 124.91 188.99 -
System Red Green Blue C M Y K H S L
Decimal 183 55 92 0 0.70 0.50 0.28 342.66 0.54 0.47
Hex B7 37 5C 0 46 32 1C 157 36 2F
Octal 267 67 134 0 106 62 34 527 66 57
Binary 10110111 110111 1011100 0 1000110 110010 11100 101010111 110110 101111

Color Harmonies of #B7375C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B7375C

Black with #B7375C

Text Example


Text Example

White with #B7375C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B7375C; }

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

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

background-color css

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

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

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

border-color css

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

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

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