Html Css Color HEX #B1365C Rouge

📋 copy color: '#B1365C'

red 177 ◦ green 54 ◦ blue 92

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

Shades of Rouge #B1365C

Tints of Rouge #B1365C

RGB

 RED value IS 177 (69.53% from 255) = 54.8%

 GREEN value IS 54 (21.48% from 255) = 16.72%

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

R = 54.8%
G = 16.72%
B = 28.48%

CMYK

 C value IS 0

 M value IS 0.69

 Y value IS 0.48

 K value IS 0.31

RGB Variations

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

Color information

#B1365C (or 0xB1365C) is known color: Rouge. HEX triplet: B1, 36 and 5C. RGB value is (177,54,92). Sum of RGB (Red+Green+Blue) = 177+54+92=323 (42% of max value = 765). Red value is 177 (69.53% from 255 or 54.80% from 323); Green value is 54 (21.48% from 255 or 16.72% from 323); Blue value is 92 (36.33% from 255 or 28.48% from 323); Max value from RGB is 177 - color contains mainly: red. Hex color #B1365C is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #B1365C is #4EC9A3. Grayscale: #5F5F5F. Windows color (decimal): -5163428 or 6043313. OLE color: 6043313.

HSL color Cylindrical-coordinate representation of color #B1365C: hue angle of 341.46º degrees, saturation: 0.53, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #B1365C is Cyan = 0, Magento = 0.69, Yellow = 0.48 and Black (K on CMYK) = 0.31.

Color convert

RGB 177 54 92 -
CMYK 0 0.69 0.48 0.31
HSL 341.46º 0.53% 0.45% -
HSV(B) 341.46º 0.69% 0.69% -
XYZ 21.38 12.76 11.46 -
YUV 95.11 126.25 186.41 -
System Red Green Blue C M Y K H S L
Decimal 177 54 92 0 0.69 0.48 0.31 341.46 0.53 0.45
Hex B1 36 5C 0 45 30 1F 155 35 2D
Octal 261 66 134 0 105 60 37 525 65 55
Binary 10110001 110110 1011100 0 1000101 110000 11111 101010101 110101 101101

Color Harmonies of #B1365C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B1365C

Black with #B1365C

Text Example


Text Example

White with #B1365C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B1365C; }

 p { color: rgb(177,54,92); }

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

background-color css

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

 a { background-color: rgb(177,54,92); }

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

border-color css

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

 span { border-color: rgb(177,54,92); }

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