Html Css Color HEX #BB2968 Rouge

📋 copy color: '#BB2968'

red 187 ◦ green 41 ◦ blue 104

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

Shades of Rouge #BB2968

Tints of Rouge #BB2968

RGB

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

 GREEN value IS 41 (16.41% from 255) = 12.35%

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

R = 56.33%
G = 12.35%
B = 31.33%

CMYK

 C value IS 0

 M value IS 0.78

 Y value IS 0.44

 K value IS 0.27

RGB Variations

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

Color information

#BB2968 (or 0xBB2968) is known color: Rouge. HEX triplet: BB, 29 and 68. RGB value is (187,41,104). Sum of RGB (Red+Green+Blue) = 187+41+104=332 (43% of max value = 765). Red value is 187 (73.44% from 255 or 56.33% from 332); Green value is 41 (16.41% from 255 or 12.35% from 332); Blue value is 104 (41.02% from 255 or 31.33% from 332); Max value from RGB is 187 - color contains mainly: red. Hex color #BB2968 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #BB2968 is #44D697. Grayscale: #5B5B5B. Windows color (decimal): -4511384 or 6826427. OLE color: 6826427.

HSL color Cylindrical-coordinate representation of color #BB2968: hue angle of 334.11º degrees, saturation: 0.64, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #BB2968 is Cyan = 0, Magento = 0.78, Yellow = 0.44 and Black (K on CMYK) = 0.27.

Color convert

RGB 187 41 104 -
CMYK 0 0.78 0.44 0.27
HSL 334.11º 0.64% 0.45% -
HSV(B) 334.11º 0.78% 0.73% -
XYZ 23.79 13.15 14.38 -
YUV 91.84 134.87 195.88 -
System Red Green Blue C M Y K H S L
Decimal 187 41 104 0 0.78 0.44 0.27 334.11 0.64 0.45
Hex BB 29 68 0 4E 2C 1B 14E 40 2D
Octal 273 51 150 0 116 54 33 516 100 55
Binary 10111011 101001 1101000 0 1001110 101100 11011 101001110 1000000 101101

Color Harmonies of #BB2968

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BB2968

Black with #BB2968

Text Example


Text Example

White with #BB2968

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BB2968; }

 p { color: rgb(187,41,104); }

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

background-color css

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

 a { background-color: rgb(187,41,104); }

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

border-color css

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

 span { border-color: rgb(187,41,104); }

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