Html Css Color HEX #B7376A Rouge

📋 copy color: '#B7376A'

red 183 ◦ green 55 ◦ blue 106

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

Shades of Rouge #B7376A

Tints of Rouge #B7376A

RGB

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

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

 BLUE value IS 106 (41.8% from 255) = 30.81%

R = 53.2%
G = 15.99%
B = 30.81%

CMYK

 C value IS 0

 M value IS 0.70

 Y value IS 0.42

 K value IS 0.28

RGB Variations

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

Color information

#B7376A (or 0xB7376A) is known color: Rouge. HEX triplet: B7, 37 and 6A. RGB value is (183,55,106). Sum of RGB (Red+Green+Blue) = 183+55+106=344 (45% of max value = 765). Red value is 183 (71.88% from 255 or 53.20% from 344); Green value is 55 (21.88% from 255 or 15.99% from 344); Blue value is 106 (41.80% from 255 or 30.81% from 344); Max value from RGB is 183 - color contains mainly: red. Hex color #B7376A is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #B7376A is #48C895. Grayscale: #636363. Windows color (decimal): -4769942 or 6961079. OLE color: 6961079.

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

Color convert

RGB 183 55 106 -
CMYK 0 0.70 0.42 0.28
HSL 336.09º 0.54% 0.47% -
HSV(B) 336.09º 0.7% 0.72% -
XYZ 23.5 13.84 15.07 -
YUV 99.09 131.91 187.85 -
System Red Green Blue C M Y K H S L
Decimal 183 55 106 0 0.70 0.42 0.28 336.09 0.54 0.47
Hex B7 37 6A 0 46 2A 1C 150 36 2F
Octal 267 67 152 0 106 52 34 520 66 57
Binary 10110111 110111 1101010 0 1000110 101010 11100 101010000 110110 101111

Color Harmonies of #B7376A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B7376A

Black with #B7376A

Text Example


Text Example

White with #B7376A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B7376A; }

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

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

background-color css

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

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

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

border-color css

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

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

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