Html Css Color HEX #B5355C Rouge

📋 copy color: '#B5355C'

red 181 ◦ green 53 ◦ blue 92

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

Shades of Rouge #B5355C

Tints of Rouge #B5355C

RGB

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

 GREEN value IS 53 (21.09% from 255) = 16.26%

 BLUE value IS 92 (36.33% from 255) = 28.22%

R = 55.52%
G = 16.26%
B = 28.22%

CMYK

 C value IS 0

 M value IS 0.71

 Y value IS 0.49

 K value IS 0.29

RGB Variations

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

Color information

#B5355C (or 0xB5355C) is known color: Rouge. HEX triplet: B5, 35 and 5C. RGB value is (181,53,92). Sum of RGB (Red+Green+Blue) = 181+53+92=326 (43% of max value = 765). Red value is 181 (71.09% from 255 or 55.52% from 326); Green value is 53 (21.09% from 255 or 16.26% from 326); Blue value is 92 (36.33% from 255 or 28.22% from 326); Max value from RGB is 181 - color contains mainly: red. Hex color #B5355C is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #B5355C is #4ACAA3. Grayscale: #5F5F5F. Windows color (decimal): -4901540 or 6043061. OLE color: 6043061.

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

Color convert

RGB 181 53 92 -
CMYK 0 0.71 0.49 0.29
HSL 341.72º 0.55% 0.46% -
HSV(B) 341.72º 0.71% 0.71% -
XYZ 22.26 13.14 11.49 -
YUV 95.72 125.91 188.83 -
System Red Green Blue C M Y K H S L
Decimal 181 53 92 0 0.71 0.49 0.29 341.72 0.55 0.46
Hex B5 35 5C 0 47 31 1D 156 37 2E
Octal 265 65 134 0 107 61 35 526 67 56
Binary 10110101 110101 1011100 0 1000111 110001 11101 101010110 110111 101110

Color Harmonies of #B5355C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B5355C

Black with #B5355C

Text Example


Text Example

White with #B5355C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B5355C; }

 p { color: rgb(181,53,92); }

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

background-color css

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

 a { background-color: rgb(181,53,92); }

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

border-color css

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

 span { border-color: rgb(181,53,92); }

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