Html Css Color HEX #BB316D Rouge

📋 copy color: '#BB316D'

red 187 ◦ green 49 ◦ blue 109

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

Shades of Rouge #BB316D

Tints of Rouge #BB316D

RGB

 RED value IS 187 (73.44% from 255) = 54.2%

 GREEN value IS 49 (19.53% from 255) = 14.2%

 BLUE value IS 109 (42.97% from 255) = 31.59%

R = 54.2%
G = 14.2%
B = 31.59%

CMYK

 C value IS 0

 M value IS 0.74

 Y value IS 0.42

 K value IS 0.27

RGB Variations

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

Color information

#BB316D (or 0xBB316D) is known color: Rouge. HEX triplet: BB, 31 and 6D. RGB value is (187,49,109). Sum of RGB (Red+Green+Blue) = 187+49+109=345 (45% of max value = 765). Red value is 187 (73.44% from 255 or 54.20% from 345); Green value is 49 (19.53% from 255 or 14.20% from 345); Blue value is 109 (42.97% from 255 or 31.59% from 345); Max value from RGB is 187 - color contains mainly: red. Hex color #BB316D is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #BB316D is #44CE92. Grayscale: #616161. Windows color (decimal): -4509331 or 7156155. OLE color: 7156155.

HSL color Cylindrical-coordinate representation of color #BB316D: hue angle of 333.91º degrees, saturation: 0.58, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #BB316D is Cyan = 0, Magento = 0.74, Yellow = 0.42 and Black (K on CMYK) = 0.27.

Color convert

RGB 187 49 109 -
CMYK 0 0.74 0.42 0.27
HSL 333.91º 0.58% 0.46% -
HSV(B) 333.91º 0.74% 0.73% -
XYZ 24.35 13.87 15.86 -
YUV 97.1 134.72 192.12 -
System Red Green Blue C M Y K H S L
Decimal 187 49 109 0 0.74 0.42 0.27 333.91 0.58 0.46
Hex BB 31 6D 0 4A 2A 1B 14E 3A 2E
Octal 273 61 155 0 112 52 33 516 72 56
Binary 10111011 110001 1101101 0 1001010 101010 11011 101001110 111010 101110

Color Harmonies of #BB316D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BB316D

Black with #BB316D

Text Example


Text Example

White with #BB316D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BB316D; }

 p { color: rgb(187,49,109); }

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

background-color css

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

 a { background-color: rgb(187,49,109); }

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

border-color css

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

 span { border-color: rgb(187,49,109); }

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