Html Css Color HEX #BB3262 Rouge

📋 copy color: '#BB3262'

red 187 ◦ green 50 ◦ blue 98

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

Shades of Rouge #BB3262

Tints of Rouge #BB3262

RGB

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

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

 BLUE value IS 98 (38.67% from 255) = 29.25%

R = 55.82%
G = 14.93%
B = 29.25%

CMYK

 C value IS 0

 M value IS 0.73

 Y value IS 0.48

 K value IS 0.27

RGB Variations

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

Color information

#BB3262 (or 0xBB3262) is known color: Rouge. HEX triplet: BB, 32 and 62. RGB value is (187,50,98). Sum of RGB (Red+Green+Blue) = 187+50+98=335 (44% of max value = 765). Red value is 187 (73.44% from 255 or 55.82% from 335); Green value is 50 (19.92% from 255 or 14.93% from 335); Blue value is 98 (38.67% from 255 or 29.25% from 335); Max value from RGB is 187 - color contains mainly: red. Hex color #BB3262 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #BB3262 is #44CD9D. Grayscale: #606060. Windows color (decimal): -4509086 or 6435515. OLE color: 6435515.

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

Color convert

RGB 187 50 98 -
CMYK 0 0.73 0.48 0.27
HSL 338.98º 0.58% 0.46% -
HSV(B) 338.98º 0.73% 0.73% -
XYZ 23.84 13.73 12.95 -
YUV 96.44 128.89 192.6 -
System Red Green Blue C M Y K H S L
Decimal 187 50 98 0 0.73 0.48 0.27 338.98 0.58 0.46
Hex BB 32 62 0 49 30 1B 153 3A 2E
Octal 273 62 142 0 111 60 33 523 72 56
Binary 10111011 110010 1100010 0 1001001 110000 11011 101010011 111010 101110

Color Harmonies of #BB3262

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BB3262

Black with #BB3262

Text Example


Text Example

White with #BB3262

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BB3262; }

 p { color: rgb(187,50,98); }

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

background-color css

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

 a { background-color: rgb(187,50,98); }

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

border-color css

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

 span { border-color: rgb(187,50,98); }

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