Html Css Color HEX #B13567 Rouge

📋 copy color: '#B13567'

red 177 ◦ green 53 ◦ blue 103

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

Shades of Rouge #B13567

Tints of Rouge #B13567

RGB

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

 GREEN value IS 53 (21.09% from 255) = 15.92%

 BLUE value IS 103 (40.63% from 255) = 30.93%

R = 53.15%
G = 15.92%
B = 30.93%

CMYK

 C value IS 0

 M value IS 0.70

 Y value IS 0.42

 K value IS 0.31

RGB Variations

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

Color information

#B13567 (or 0xB13567) is known color: Rouge. HEX triplet: B1, 35 and 67. RGB value is (177,53,103). Sum of RGB (Red+Green+Blue) = 177+53+103=333 (44% of max value = 765). Red value is 177 (69.53% from 255 or 53.15% from 333); Green value is 53 (21.09% from 255 or 15.92% from 333); Blue value is 103 (40.62% from 255 or 30.93% from 333); Max value from RGB is 177 - color contains mainly: red. Hex color #B13567 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #B13567 is #4ECA98. Grayscale: #5F5F5F. Windows color (decimal): -5163673 or 6763953. OLE color: 6763953.

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

Color convert

RGB 177 53 103 -
CMYK 0 0.70 0.42 0.31
HSL 335.81º 0.54% 0.45% -
HSV(B) 335.81º 0.7% 0.69% -
XYZ 21.85 12.87 14.16 -
YUV 95.78 132.08 185.93 -
System Red Green Blue C M Y K H S L
Decimal 177 53 103 0 0.70 0.42 0.31 335.81 0.54 0.45
Hex B1 35 67 0 46 2A 1F 150 36 2D
Octal 261 65 147 0 106 52 37 520 66 55
Binary 10110001 110101 1100111 0 1000110 101010 11111 101010000 110110 101101

Color Harmonies of #B13567

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B13567

Black with #B13567

Text Example


Text Example

White with #B13567

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B13567; }

 p { color: rgb(177,53,103); }

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

background-color css

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

 a { background-color: rgb(177,53,103); }

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

border-color css

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

 span { border-color: rgb(177,53,103); }

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