Html Css Color HEX #B13867 Rouge

📋 copy color: '#B13867'

red 177 ◦ green 56 ◦ blue 103

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

Shades of Rouge #B13867

Tints of Rouge #B13867

RGB

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

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

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

R = 52.68%
G = 16.67%
B = 30.65%

CMYK

 C value IS 0

 M value IS 0.68

 Y value IS 0.42

 K value IS 0.31

RGB Variations

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

Color information

#B13867 (or 0xB13867) is known color: Rouge. HEX triplet: B1, 38 and 67. RGB value is (177,56,103). Sum of RGB (Red+Green+Blue) = 177+56+103=336 (44% of max value = 765). Red value is 177 (69.53% from 255 or 52.68% from 336); Green value is 56 (22.27% from 255 or 16.67% from 336); Blue value is 103 (40.62% from 255 or 30.65% from 336); Max value from RGB is 177 - color contains mainly: red. Hex color #B13867 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #B13867 is #4EC798. Grayscale: #616161. Windows color (decimal): -5162905 or 6764721. OLE color: 6764721.

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

Color convert

RGB 177 56 103 -
CMYK 0 0.68 0.42 0.31
HSL 336.69º 0.52% 0.46% -
HSV(B) 336.69º 0.68% 0.69% -
XYZ 21.99 13.15 14.21 -
YUV 97.54 131.09 184.68 -
System Red Green Blue C M Y K H S L
Decimal 177 56 103 0 0.68 0.42 0.31 336.69 0.52 0.46
Hex B1 38 67 0 44 2A 1F 151 34 2E
Octal 261 70 147 0 104 52 37 521 64 56
Binary 10110001 111000 1100111 0 1000100 101010 11111 101010001 110100 101110

Color Harmonies of #B13867

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B13867

Black with #B13867

Text Example


Text Example

White with #B13867

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B13867; }

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

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

background-color css

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

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

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

border-color css

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

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

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