Html Css Color HEX #B13B68 Rouge

📋 copy color: '#B13B68'

red 177 ◦ green 59 ◦ blue 104

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

Shades of Rouge #B13B68

Tints of Rouge #B13B68

RGB

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

 GREEN value IS 59 (23.44% from 255) = 17.35%

 BLUE value IS 104 (41.02% from 255) = 30.59%

R = 52.06%
G = 17.35%
B = 30.59%

CMYK

 C value IS 0

 M value IS 0.67

 Y value IS 0.41

 K value IS 0.31

RGB Variations

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

Color information

#B13B68 (or 0xB13B68) is known color: Rouge. HEX triplet: B1, 3B and 68. RGB value is (177,59,104). Sum of RGB (Red+Green+Blue) = 177+59+104=340 (45% of max value = 765). Red value is 177 (69.53% from 255 or 52.06% from 340); Green value is 59 (23.44% from 255 or 17.35% from 340); Blue value is 104 (41.02% from 255 or 30.59% from 340); Max value from RGB is 177 - color contains mainly: red. Hex color #B13B68 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #B13B68 is #4EC497. Grayscale: #636363. Windows color (decimal): -5162136 or 6831025. OLE color: 6831025.

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

Color convert

RGB 177 59 104 -
CMYK 0 0.67 0.41 0.31
HSL 337.12º 0.5% 0.46% -
HSV(B) 337.12º 0.67% 0.69% -
XYZ 22.19 13.47 14.53 -
YUV 99.41 130.59 183.34 -
System Red Green Blue C M Y K H S L
Decimal 177 59 104 0 0.67 0.41 0.31 337.12 0.5 0.46
Hex B1 3B 68 0 43 29 1F 151 32 2E
Octal 261 73 150 0 103 51 37 521 62 56
Binary 10110001 111011 1101000 0 1000011 101001 11111 101010001 110010 101110

Color Harmonies of #B13B68

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B13B68

Black with #B13B68

Text Example


Text Example

White with #B13B68

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B13B68; }

 p { color: rgb(177,59,104); }

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

background-color css

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

 a { background-color: rgb(177,59,104); }

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

border-color css

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

 span { border-color: rgb(177,59,104); }

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