Html Css Color HEX #B7346E Rouge

📋 copy color: '#B7346E'

red 183 ◦ green 52 ◦ blue 110

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

Shades of Rouge #B7346E

Tints of Rouge #B7346E

RGB

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

 GREEN value IS 52 (20.7% from 255) = 15.07%

 BLUE value IS 110 (43.36% from 255) = 31.88%

R = 53.04%
G = 15.07%
B = 31.88%

CMYK

 C value IS 0

 M value IS 0.72

 Y value IS 0.40

 K value IS 0.28

RGB Variations

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

Color information

#B7346E (or 0xB7346E) is known color: Rouge. HEX triplet: B7, 34 and 6E. RGB value is (183,52,110). Sum of RGB (Red+Green+Blue) = 183+52+110=345 (45% of max value = 765). Red value is 183 (71.88% from 255 or 53.04% from 345); Green value is 52 (20.70% from 255 or 15.07% from 345); Blue value is 110 (43.36% from 255 or 31.88% from 345); Max value from RGB is 183 - color contains mainly: red. Hex color #B7346E is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #B7346E is #48CB91. Grayscale: #616161. Windows color (decimal): -4770706 or 7222455. OLE color: 7222455.

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

Color convert

RGB 183 52 110 -
CMYK 0 0.72 0.40 0.28
HSL 333.44º 0.56% 0.46% -
HSV(B) 333.44º 0.72% 0.72% -
XYZ 23.57 13.65 16.14 -
YUV 97.78 134.9 188.78 -
System Red Green Blue C M Y K H S L
Decimal 183 52 110 0 0.72 0.40 0.28 333.44 0.56 0.46
Hex B7 34 6E 0 48 28 1C 14D 38 2E
Octal 267 64 156 0 110 50 34 515 70 56
Binary 10110111 110100 1101110 0 1001000 101000 11100 101001101 111000 101110

Color Harmonies of #B7346E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B7346E

Black with #B7346E

Text Example


Text Example

White with #B7346E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B7346E; }

 p { color: rgb(183,52,110); }

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

background-color css

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

 a { background-color: rgb(183,52,110); }

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

border-color css

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

 span { border-color: rgb(183,52,110); }

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