Html Css Color HEX #B13662 Rouge

📋 copy color: '#B13662'

red 177 ◦ green 54 ◦ blue 98

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

Shades of Rouge #B13662

Tints of Rouge #B13662

RGB

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

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

 BLUE value IS 98 (38.67% from 255) = 29.79%

R = 53.8%
G = 16.41%
B = 29.79%

CMYK

 C value IS 0

 M value IS 0.69

 Y value IS 0.45

 K value IS 0.31

RGB Variations

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

Color information

#B13662 (or 0xB13662) is known color: Rouge. HEX triplet: B1, 36 and 62. RGB value is (177,54,98). Sum of RGB (Red+Green+Blue) = 177+54+98=329 (43% of max value = 765). Red value is 177 (69.53% from 255 or 53.80% from 329); Green value is 54 (21.48% from 255 or 16.41% from 329); Blue value is 98 (38.67% from 255 or 29.79% from 329); Max value from RGB is 177 - color contains mainly: red. Hex color #B13662 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #B13662 is #4EC99D. Grayscale: #5F5F5F. Windows color (decimal): -5163422 or 6436529. OLE color: 6436529.

HSL color Cylindrical-coordinate representation of color #B13662: hue angle of 338.54º 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 #B13662 is Cyan = 0, Magento = 0.69, Yellow = 0.45 and Black (K on CMYK) = 0.31.

Color convert

RGB 177 54 98 -
CMYK 0 0.69 0.45 0.31
HSL 338.54º 0.53% 0.45% -
HSV(B) 338.54º 0.69% 0.69% -
XYZ 21.66 12.87 12.9 -
YUV 95.79 129.25 185.92 -
System Red Green Blue C M Y K H S L
Decimal 177 54 98 0 0.69 0.45 0.31 338.54 0.53 0.45
Hex B1 36 62 0 45 2D 1F 153 35 2D
Octal 261 66 142 0 105 55 37 523 65 55
Binary 10110001 110110 1100010 0 1000101 101101 11111 101010011 110101 101101

Color Harmonies of #B13662

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B13662

Black with #B13662

Text Example


Text Example

White with #B13662

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B13662; }

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

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

background-color css

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

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

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

border-color css

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

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

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