Html Css Color HEX #B7345E Rouge

📋 copy color: '#B7345E'

red 183 ◦ green 52 ◦ blue 94

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

Shades of Rouge #B7345E

Tints of Rouge #B7345E

RGB

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

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

 BLUE value IS 94 (37.11% from 255) = 28.57%

R = 55.62%
G = 15.81%
B = 28.57%

CMYK

 C value IS 0

 M value IS 0.72

 Y value IS 0.49

 K value IS 0.28

RGB Variations

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

Color information

#B7345E (or 0xB7345E) is known color: Rouge. HEX triplet: B7, 34 and 5E. RGB value is (183,52,94). Sum of RGB (Red+Green+Blue) = 183+52+94=329 (43% of max value = 765). Red value is 183 (71.88% from 255 or 55.62% from 329); Green value is 52 (20.70% from 255 or 15.81% from 329); Blue value is 94 (37.11% from 255 or 28.57% from 329); Max value from RGB is 183 - color contains mainly: red. Hex color #B7345E is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #B7345E is #48CBA1. Grayscale: #5F5F5F. Windows color (decimal): -4770722 or 6173879. OLE color: 6173879.

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

Color convert

RGB 183 52 94 -
CMYK 0 0.72 0.49 0.28
HSL 340.76º 0.56% 0.46% -
HSV(B) 340.76º 0.72% 0.72% -
XYZ 22.78 13.33 11.96 -
YUV 95.96 126.9 190.08 -
System Red Green Blue C M Y K H S L
Decimal 183 52 94 0 0.72 0.49 0.28 340.76 0.56 0.46
Hex B7 34 5E 0 48 31 1C 155 38 2E
Octal 267 64 136 0 110 61 34 525 70 56
Binary 10110111 110100 1011110 0 1001000 110001 11100 101010101 111000 101110

Color Harmonies of #B7345E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B7345E

Black with #B7345E

Text Example


Text Example

White with #B7345E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B7345E; }

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

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

background-color css

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

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

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

border-color css

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

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

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