Html Css Color HEX #B7346A Rouge

📋 copy color: '#B7346A'

red 183 ◦ green 52 ◦ blue 106

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

Shades of Rouge #B7346A

Tints of Rouge #B7346A

RGB

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

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

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

R = 53.67%
G = 15.25%
B = 31.09%

CMYK

 C value IS 0

 M value IS 0.72

 Y value IS 0.42

 K value IS 0.28

RGB Variations

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

Color information

#B7346A (or 0xB7346A) is known color: Rouge. HEX triplet: B7, 34 and 6A. RGB value is (183,52,106). Sum of RGB (Red+Green+Blue) = 183+52+106=341 (45% of max value = 765). Red value is 183 (71.88% from 255 or 53.67% from 341); Green value is 52 (20.70% from 255 or 15.25% from 341); Blue value is 106 (41.80% from 255 or 31.09% from 341); Max value from RGB is 183 - color contains mainly: red. Hex color #B7346A is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #B7346A is #48CB95. Grayscale: #616161. Windows color (decimal): -4770710 or 6960311. OLE color: 6960311.

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

Color convert

RGB 183 52 106 -
CMYK 0 0.72 0.42 0.28
HSL 335.27º 0.56% 0.46% -
HSV(B) 335.27º 0.72% 0.72% -
XYZ 23.36 13.56 15.02 -
YUV 97.33 132.9 189.11 -
System Red Green Blue C M Y K H S L
Decimal 183 52 106 0 0.72 0.42 0.28 335.27 0.56 0.46
Hex B7 34 6A 0 48 2A 1C 14F 38 2E
Octal 267 64 152 0 110 52 34 517 70 56
Binary 10110111 110100 1101010 0 1001000 101010 11100 101001111 111000 101110

Color Harmonies of #B7346A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B7346A

Black with #B7346A

Text Example


Text Example

White with #B7346A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B7346A; }

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

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

background-color css

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

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

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

border-color css

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

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

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