Html Css Color HEX #B13266 Rouge

📋 copy color: '#B13266'

red 177 ◦ green 50 ◦ blue 102

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

Shades of Rouge #B13266

Tints of Rouge #B13266

RGB

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

 GREEN value IS 50 (19.92% from 255) = 15.2%

 BLUE value IS 102 (40.23% from 255) = 31%

R = 53.8%
G = 15.2%
B = 31%

CMYK

 C value IS 0

 M value IS 0.72

 Y value IS 0.42

 K value IS 0.31

RGB Variations

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

Color information

#B13266 (or 0xB13266) is known color: Rouge. HEX triplet: B1, 32 and 66. RGB value is (177,50,102). Sum of RGB (Red+Green+Blue) = 177+50+102=329 (43% of max value = 765). Red value is 177 (69.53% from 255 or 53.80% from 329); Green value is 50 (19.92% from 255 or 15.20% from 329); Blue value is 102 (40.23% from 255 or 31.00% from 329); Max value from RGB is 177 - color contains mainly: red. Hex color #B13266 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #B13266 is #4ECD99. Grayscale: #5D5D5D. Windows color (decimal): -5164442 or 6697649. OLE color: 6697649.

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

Color convert

RGB 177 50 102 -
CMYK 0 0.72 0.42 0.31
HSL 335.43º 0.56% 0.45% -
HSV(B) 335.43º 0.72% 0.69% -
XYZ 21.67 12.59 13.86 -
YUV 93.9 132.58 187.27 -
System Red Green Blue C M Y K H S L
Decimal 177 50 102 0 0.72 0.42 0.31 335.43 0.56 0.45
Hex B1 32 66 0 48 2A 1F 14F 38 2D
Octal 261 62 146 0 110 52 37 517 70 55
Binary 10110001 110010 1100110 0 1001000 101010 11111 101001111 111000 101101

Color Harmonies of #B13266

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B13266

Black with #B13266

Text Example


Text Example

White with #B13266

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B13266; }

 p { color: rgb(177,50,102); }

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

background-color css

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

 a { background-color: rgb(177,50,102); }

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

border-color css

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

 span { border-color: rgb(177,50,102); }

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