Html Css Color HEX #B13F65 Rouge

📋 copy color: '#B13F65'

red 177 ◦ green 63 ◦ blue 101

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

Shades of Rouge #B13F65

Tints of Rouge #B13F65

RGB

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

 GREEN value IS 63 (25% from 255) = 18.48%

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

R = 51.91%
G = 18.48%
B = 29.62%

CMYK

 C value IS 0

 M value IS 0.64

 Y value IS 0.43

 K value IS 0.31

RGB Variations

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

Color information

#B13F65 (or 0xB13F65) is known color: Rouge. HEX triplet: B1, 3F and 65. RGB value is (177,63,101). Sum of RGB (Red+Green+Blue) = 177+63+101=341 (45% of max value = 765). Red value is 177 (69.53% from 255 or 51.91% from 341); Green value is 63 (25% from 255 or 18.48% from 341); Blue value is 101 (39.84% from 255 or 29.62% from 341); Max value from RGB is 177 - color contains mainly: red. Hex color #B13F65 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #B13F65 is #4EC09A. Grayscale: #656565. Windows color (decimal): -5161115 or 6635441. OLE color: 6635441.

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

Color convert

RGB 177 63 101 -
CMYK 0 0.64 0.43 0.31
HSL 340º 0.48% 0.47% -
HSV(B) 340º 0.64% 0.69% -
XYZ 22.26 13.84 13.81 -
YUV 101.42 127.77 181.91 -
System Red Green Blue C M Y K H S L
Decimal 177 63 101 0 0.64 0.43 0.31 340 0.48 0.47
Hex B1 3F 65 0 40 2B 1F 154 30 2F
Octal 261 77 145 0 100 53 37 524 60 57
Binary 10110001 111111 1100101 0 1000000 101011 11111 101010100 110000 101111

Color Harmonies of #B13F65

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B13F65

Black with #B13F65

Text Example


Text Example

White with #B13F65

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B13F65; }

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

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

background-color css

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

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

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

border-color css

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

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

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