Html Css Color HEX #B13065 Rouge

📋 copy color: '#B13065'

red 177 ◦ green 48 ◦ blue 101

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

Shades of Rouge #B13065

Tints of Rouge #B13065

RGB

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

 GREEN value IS 48 (19.14% from 255) = 14.72%

 BLUE value IS 101 (39.84% from 255) = 30.98%

R = 54.29%
G = 14.72%
B = 30.98%

CMYK

 C value IS 0

 M value IS 0.73

 Y value IS 0.43

 K value IS 0.31

RGB Variations

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

Color information

#B13065 (or 0xB13065) is known color: Rouge. HEX triplet: B1, 30 and 65. RGB value is (177,48,101). Sum of RGB (Red+Green+Blue) = 177+48+101=326 (43% of max value = 765). Red value is 177 (69.53% from 255 or 54.29% from 326); Green value is 48 (19.14% from 255 or 14.72% from 326); Blue value is 101 (39.84% from 255 or 30.98% from 326); Max value from RGB is 177 - color contains mainly: red. Hex color #B13065 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #B13065 is #4ECF9A. Grayscale: #5C5C5C. Windows color (decimal): -5164955 or 6631601. OLE color: 6631601.

HSL color Cylindrical-coordinate representation of color #B13065: hue angle of 335.35º degrees, saturation: 0.57, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #B13065 is Cyan = 0, Magento = 0.73, Yellow = 0.43 and Black (K on CMYK) = 0.31.

Color convert

RGB 177 48 101 -
CMYK 0 0.73 0.43 0.31
HSL 335.35º 0.57% 0.44% -
HSV(B) 335.35º 0.73% 0.69% -
XYZ 21.54 12.4 13.57 -
YUV 92.61 132.74 188.19 -
System Red Green Blue C M Y K H S L
Decimal 177 48 101 0 0.73 0.43 0.31 335.35 0.57 0.44
Hex B1 30 65 0 49 2B 1F 14F 39 2C
Octal 261 60 145 0 111 53 37 517 71 54
Binary 10110001 110000 1100101 0 1001001 101011 11111 101001111 111001 101100

Color Harmonies of #B13065

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B13065

Black with #B13065

Text Example


Text Example

White with #B13065

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B13065; }

 p { color: rgb(177,48,101); }

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

background-color css

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

 a { background-color: rgb(177,48,101); }

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

border-color css

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

 span { border-color: rgb(177,48,101); }

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