Html Css Color HEX #B13859 Rouge

📋 copy color: '#B13859'

red 177 ◦ green 56 ◦ blue 89

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

Shades of Rouge #B13859

Tints of Rouge #B13859

RGB

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

 GREEN value IS 56 (22.27% from 255) = 17.39%

 BLUE value IS 89 (35.16% from 255) = 27.64%

R = 54.97%
G = 17.39%
B = 27.64%

CMYK

 C value IS 0

 M value IS 0.68

 Y value IS 0.50

 K value IS 0.31

RGB Variations

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

Color information

#B13859 (or 0xB13859) is known color: Rouge. HEX triplet: B1, 38 and 59. RGB value is (177,56,89). Sum of RGB (Red+Green+Blue) = 177+56+89=322 (42% of max value = 765). Red value is 177 (69.53% from 255 or 54.97% from 322); Green value is 56 (22.27% from 255 or 17.39% from 322); Blue value is 89 (35.16% from 255 or 27.64% from 322); Max value from RGB is 177 - color contains mainly: red. Hex color #B13859 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #B13859 is #4EC7A6. Grayscale: #5F5F5F. Windows color (decimal): -5162919 or 5847217. OLE color: 5847217.

HSL color Cylindrical-coordinate representation of color #B13859: hue angle of 343.64º degrees, saturation: 0.52, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #B13859 is Cyan = 0, Magento = 0.68, Yellow = 0.50 and Black (K on CMYK) = 0.31.

Color convert

RGB 177 56 89 -
CMYK 0 0.68 0.50 0.31
HSL 343.64º 0.52% 0.46% -
HSV(B) 343.64º 0.68% 0.69% -
XYZ 21.35 12.9 10.82 -
YUV 95.94 124.09 185.82 -
System Red Green Blue C M Y K H S L
Decimal 177 56 89 0 0.68 0.50 0.31 343.64 0.52 0.46
Hex B1 38 59 0 44 32 1F 158 34 2E
Octal 261 70 131 0 104 62 37 530 64 56
Binary 10110001 111000 1011001 0 1000100 110010 11111 101011000 110100 101110

Color Harmonies of #B13859

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B13859

Black with #B13859

Text Example


Text Example

White with #B13859

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B13859; }

 p { color: rgb(177,56,89); }

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

background-color css

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

 a { background-color: rgb(177,56,89); }

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

border-color css

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

 span { border-color: rgb(177,56,89); }

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