Html Css Color HEX #B5345F Rouge

📋 copy color: '#B5345F'

red 181 ◦ green 52 ◦ blue 95

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

Shades of Rouge #B5345F

Tints of Rouge #B5345F

RGB

 RED value IS 181 (71.09% from 255) = 55.18%

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

 BLUE value IS 95 (37.5% from 255) = 28.96%

R = 55.18%
G = 15.85%
B = 28.96%

CMYK

 C value IS 0

 M value IS 0.71

 Y value IS 0.48

 K value IS 0.29

RGB Variations

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

Color information

#B5345F (or 0xB5345F) is known color: Rouge. HEX triplet: B5, 34 and 5F. RGB value is (181,52,95). Sum of RGB (Red+Green+Blue) = 181+52+95=328 (43% of max value = 765). Red value is 181 (71.09% from 255 or 55.18% from 328); Green value is 52 (20.70% from 255 or 15.85% from 328); Blue value is 95 (37.5% from 255 or 28.96% from 328); Max value from RGB is 181 - color contains mainly: red. Hex color #B5345F is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #B5345F is #4ACBA0. Grayscale: #5F5F5F. Windows color (decimal): -4901793 or 6239413. OLE color: 6239413.

HSL color Cylindrical-coordinate representation of color #B5345F: hue angle of 340º degrees, saturation: 0.55, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #B5345F is Cyan = 0, Magento = 0.71, Yellow = 0.48 and Black (K on CMYK) = 0.29.

Color convert

RGB 181 52 95 -
CMYK 0 0.71 0.48 0.29
HSL 340º 0.55% 0.46% -
HSV(B) 340º 0.71% 0.71% -
XYZ 22.35 13.11 12.18 -
YUV 95.47 127.74 189 -
System Red Green Blue C M Y K H S L
Decimal 181 52 95 0 0.71 0.48 0.29 340 0.55 0.46
Hex B5 34 5F 0 47 30 1D 154 37 2E
Octal 265 64 137 0 107 60 35 524 67 56
Binary 10110101 110100 1011111 0 1000111 110000 11101 101010100 110111 101110

Color Harmonies of #B5345F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B5345F

Black with #B5345F

Text Example


Text Example

White with #B5345F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B5345F; }

 p { color: rgb(181,52,95); }

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

background-color css

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

 a { background-color: rgb(181,52,95); }

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

border-color css

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

 span { border-color: rgb(181,52,95); }

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