Html Css Color HEX #BB3265 Rouge

📋 copy color: '#BB3265'

red 187 ◦ green 50 ◦ blue 101

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

Shades of Rouge #BB3265

Tints of Rouge #BB3265

RGB

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

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

 BLUE value IS 101 (39.84% from 255) = 29.88%

R = 55.33%
G = 14.79%
B = 29.88%

CMYK

 C value IS 0

 M value IS 0.73

 Y value IS 0.46

 K value IS 0.27

RGB Variations

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

Color information

#BB3265 (or 0xBB3265) is known color: Rouge. HEX triplet: BB, 32 and 65. RGB value is (187,50,101). Sum of RGB (Red+Green+Blue) = 187+50+101=338 (44% of max value = 765). Red value is 187 (73.44% from 255 or 55.33% from 338); Green value is 50 (19.92% from 255 or 14.79% from 338); Blue value is 101 (39.84% from 255 or 29.88% from 338); Max value from RGB is 187 - color contains mainly: red. Hex color #BB3265 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #BB3265 is #44CD9A. Grayscale: #606060. Windows color (decimal): -4509083 or 6632123. OLE color: 6632123.

HSL color Cylindrical-coordinate representation of color #BB3265: hue angle of 337.66º 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 #BB3265 is Cyan = 0, Magento = 0.73, Yellow = 0.46 and Black (K on CMYK) = 0.27.

Color convert

RGB 187 50 101 -
CMYK 0 0.73 0.46 0.27
HSL 337.66º 0.58% 0.46% -
HSV(B) 337.66º 0.73% 0.73% -
XYZ 23.98 13.79 13.71 -
YUV 96.78 130.39 192.35 -
System Red Green Blue C M Y K H S L
Decimal 187 50 101 0 0.73 0.46 0.27 337.66 0.58 0.46
Hex BB 32 65 0 49 2E 1B 152 3A 2E
Octal 273 62 145 0 111 56 33 522 72 56
Binary 10111011 110010 1100101 0 1001001 101110 11011 101010010 111010 101110

Color Harmonies of #BB3265

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BB3265

Black with #BB3265

Text Example


Text Example

White with #BB3265

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BB3265; }

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

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

background-color css

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

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

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

border-color css

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

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

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